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