Click or drag to resize

TrackingServicesGetOperation Method

Retrieves the tracking state of the operation and all of its steps, including the activities associated to the steps, for the specified transaction and itemUID.

Namespace:  FactoryLogix.xTend.Production
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public TrackingOperation GetOperation(
	Guid sessionId,
	Guid transactionId,
	Nullable<Guid> workstationId
)

Parameters

sessionId
Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method.
transactionId
Type: SystemGuid
A transaction Id returned by the TransactionId property of the StartResult.
workstationId
Type: SystemNullableGuid
The optional Id of the Workstation where the Operation will be performed.

Return Value

Type: TrackingOperation
A TrackingOperation object with details regarding the status of the operation for the specified transaction and itemUID.
Exceptions
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
TransactionNotFoundExceptionThrown if the transactionId is invalid.
ItemExceptionThrown if the itemUID parameter is invalid.
See Also