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.245.0.0 (8.245.0.0)
Syntax public IEnumerable<TrackingOperation> GetOperations(
Guid sessionId,
string UID,
Guid processFlowId
)
Public Function GetOperations (
sessionId As Guid,
UID As String,
processFlowId As Guid
) As IEnumerable(Of TrackingOperation)
public:
virtual IEnumerable<TrackingOperation^>^ GetOperations(
Guid sessionId,
String^ UID,
Guid processFlowId
) sealed
abstract GetOperations :
sessionId : Guid *
UID : string *
processFlowId : Guid -> IEnumerable<TrackingOperation>
override GetOperations :
sessionId : Guid *
UID : string *
processFlowId : Guid -> IEnumerable<TrackingOperation>
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:
IEnumerableTrackingOperationA list of the
TrackingOperations related to the specified process flow.
Exceptions See Also