TrackingServicesUnloadCarrier Method |
Unloads ALL items contained within the specified carrier.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void UnloadCarrier(
Guid sessionId,
Guid carrierId
)
Public Sub UnloadCarrier (
sessionId As Guid,
carrierId As Guid
)
public:
virtual void UnloadCarrier(
Guid sessionId,
Guid carrierId
) sealed
abstract UnloadCarrier :
sessionId : Guid *
carrierId : Guid -> unit
override UnloadCarrier :
sessionId : Guid *
carrierId : Guid -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - carrierId
- Type: SystemGuid
The Id of the Item representing the carrier to be unloaded.
Exceptions See Also