GetShipmentLabelsAsync Method
Generates a shipping label using one of domestic UPS services.
Syntax
[VB.NET] Public Function GetShipmentLabelsAsync() As IAsyncAction
[C#] public IAsyncAction GetShipmentLabelsAsync();
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetShipmentLabelsAsync MethodGenerates a shipping label using one of domestic UPS services. Syntax[VB.NET] Public Function GetShipmentLabelsAsync() As IAsyncAction [C#] public IAsyncAction GetShipmentLabelsAsync(); RemarksThis method is the asynchronous version of the GetShipmentLabels method and is used to support asynchronous operations in WinRT. Please refer to GetShipmentLabels for more information. |
||