TrackingServicesGetOperationsByBatchId Method |
Retrieves a list of
TrackingOperations belonging to the specified process flow and batch.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<TrackingOperation> GetOperationsByBatchId(
Guid sessionId,
Guid batchId,
Guid processFlowId
)
Public Function GetOperationsByBatchId (
sessionId As Guid,
batchId As Guid,
processFlowId As Guid
) As IEnumerable(Of TrackingOperation)
public:
virtual IEnumerable<TrackingOperation^>^ GetOperationsByBatchId(
Guid sessionId,
Guid batchId,
Guid processFlowId
) sealed
abstract GetOperationsByBatchId :
sessionId : Guid *
batchId : Guid *
processFlowId : Guid -> IEnumerable<TrackingOperation>
override GetOperationsByBatchId :
sessionId : Guid *
batchId : Guid *
processFlowId : Guid -> IEnumerable<TrackingOperation>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - batchId
- Type: SystemGuid
The text-based unique identifier of a Batch. - processFlowId
- Type: SystemGuid
The text-based unique identifier of a ProcessFlow returned by the GetProcessFlows(Guid, String) method.
Return Value
Type:
IEnumerableTrackingOperationA list of the
TrackingOperations related to the specified process flow.
Exceptions See Also