Click or drag to resize

ComponentsInserted Class

[This is preliminary documentation and is subject to change.]

Sent periodically by an THT inserter to indicate the number of insertions which were successfully or unsuccessfully completed during the sample time window. This sample time window shall not exceed 10 minutes.
{
  "StartTime": "2018-04-06T08:06:46.4471059-04:00",
  "EndTime": "2018-04-06T08:16:46.4471059-04:00",
  "TotalComponentsInserted": 875,
  "TotalComponentsNotInserted": 45
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.THTInsertionComponentsInserted

Namespace:  CFX.ResourcePerformance.THTInsertion
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class ComponentsInserted : CFXMessage

The ComponentsInserted type exposes the following members.

Properties
  NameDescription
Public propertyEndTime
The end of the sample period
Public propertyStartTime
The start of the sample period
Public propertyTotalComponentsInserted
The total number of components that were successfully inserted during the sample period
Public propertyTotalComponentsNotInserted
The total number of components that were not successfully inserted during the sample period
Top
See Also