TrackingServicesPrintLabel Method |
Prints a label to the specified printer using the specified label template, and context
information related to the specified transactionId.
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 PrintLabel(
Guid sessionId,
Guid transactionId,
string labelTemplateName,
string printerName
)
Public Sub PrintLabel (
sessionId As Guid,
transactionId As Guid,
labelTemplateName As String,
printerName As String
)
public:
virtual void PrintLabel(
Guid sessionId,
Guid transactionId,
String^ labelTemplateName,
String^ printerName
) sealed
abstract PrintLabel :
sessionId : Guid *
transactionId : Guid *
labelTemplateName : string *
printerName : string -> unit
override PrintLabel :
sessionId : Guid *
transactionId : Guid *
labelTemplateName : string *
printerName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - transactionId
- Type: SystemGuid
The transaction Id returned by the TransactionId property of the StartResult. - labelTemplateName
- Type: SystemString
The name of the pre-configured label to print. - printerName
- Type: SystemString
The name of the printer to be used (as it is known on the FactoryLogix server).
Exceptions See Also