TrackingServicesGetNextOperationAndFlow Method  | 
 
            Returns information about where a particular unit or material (
Item) is expected to be processed next.
            
 
    Namespace: 
   FactoryLogix.xTend.Production
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic NextOperationResult GetNextOperationAndFlow(
	Guid sessionId,
	string UID
)
Public Function GetNextOperationAndFlow ( 
	sessionId As Guid,
	UID As String
) As NextOperationResult
public:
virtual NextOperationResult^ GetNextOperationAndFlow(
	Guid sessionId, 
	String^ UID
) sealed
abstract GetNextOperationAndFlow : 
        sessionId : Guid * 
        UID : string -> NextOperationResult 
override GetNextOperationAndFlow : 
        sessionId : Guid * 
        UID : string -> NextOperationResult 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 the Item. 
Return Value
Type: 
NextOperationResultA 
NextOperationResult containing information about where the unit or material is expected to be processed next.
Exceptions
See Also