ProcessServicesGetOperationWorkstations Method |
Retrieves all the workstations associated to the operation. If no workstations are directly associated to the operation, retrieves all the workstations
that share resource types with the specified operation. If no resource types are associated to the operation, then retrieves all workstatios in the system.
Namespace:
FactoryLogix.xTend.ProcessDefinition
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Workstation> GetOperationWorkstations(
Guid sessionId,
Guid operationId
)
Public Function GetOperationWorkstations (
sessionId As Guid,
operationId As Guid
) As IEnumerable(Of Workstation)
public:
virtual IEnumerable<Workstation^>^ GetOperationWorkstations(
Guid sessionId,
Guid operationId
) sealed
abstract GetOperationWorkstations :
sessionId : Guid *
operationId : Guid -> IEnumerable<Workstation>
override GetOperationWorkstations :
sessionId : Guid *
operationId : Guid -> IEnumerable<Workstation>
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - operationId
- Type: SystemGuid
The Id property of an Operation.
Return Value
Type:
IEnumerableWorkstationA list of the
Workstations that are associated to the
OperationExceptions See Also