GetPackageLabelAsync Method
Generates a shipping label for the specified package.
Syntax
[VB.NET] Public Function GetPackageLabelAsync(ByVal Index As Integer) As Task
[C#] public Task GetPackageLabelAsync(int index);
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetPackageLabelAsync MethodGenerates a shipping label for the specified package. Syntax[VB.NET] Public Function GetPackageLabelAsync(ByVal Index As Integer) As Task [C#] public Task GetPackageLabelAsync(int index); RemarksThis method is the asynchronous version of the GetPackageLabel method and is used to support asynchronous operations in WinRT. Please refer to GetPackageLabel for more information. |
||