TrackingServicesLoadCarrier Method (Guid, Guid, NullableGuid, String) | 
 
            Loads one or more 
Items into a carrier.
            
 
    Namespace: 
   FactoryLogix.xTend.Production
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic void LoadCarrier(
	Guid sessionId,
	Guid carrierId,
	Nullable<Guid> transactionId,
	string[] itemUIDs
)
Public Sub LoadCarrier ( 
	sessionId As Guid,
	carrierId As Guid,
	transactionId As Nullable(Of Guid),
	itemUIDs As String()
)
public:
virtual void LoadCarrier(
	Guid sessionId, 
	Guid carrierId, 
	Nullable<Guid> transactionId, 
	array<String^>^ itemUIDs
) sealed
abstract LoadCarrier : 
        sessionId : Guid * 
        carrierId : Guid * 
        transactionId : Nullable<Guid> * 
        itemUIDs : string[] -> unit 
override LoadCarrier : 
        sessionId : Guid * 
        carrierId : Guid * 
        transactionId : Nullable<Guid> * 
        itemUIDs : string[] -> 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 loaded. - transactionId
 - Type: SystemNullableGuid
An optional transaction Id returned by the TransactionId property of the StartResult. - itemUIDs
 - Type: SystemString
The text-based identifiers (UID's) of the Items to be loaded. 
Exceptions
See Also