Click or drag to resize

TrackingServicesGetOperations Method

Retrieves a list of TrackingOperations belonging to the specified process flow and UID.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public IEnumerable<TrackingOperation> GetOperations(
	Guid sessionId,
	string UID,
	Guid processFlowId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
UID
Type: SystemString
The text-based unique identifier of an Item.
processFlowId
Type: SystemGuid
The text-based unique identifier of a ProcessFlow returned by the GetProcessFlows(Guid, String) method.

Return Value

Type: IEnumerableTrackingOperation
A list of the TrackingOperations related to the specified process flow.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
ItemExceptionThrown if the UID parameter is invalid.
ProcessFlowNotFoundExceptionThrown if the processFlowId parameter is invalid.
See Also