UploadDocumentsAsync Method
Uploads documents to FedEx.
Syntax
[VB.NET] Public Function UploadDocumentsAsync() As Task
[C#] public Task UploadDocumentsAsync();
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UploadDocumentsAsync MethodUploads documents to FedEx. Syntax[VB.NET] Public Function UploadDocumentsAsync() As Task [C#] public Task UploadDocumentsAsync(); RemarksThis method is the asynchronous version of the UploadDocuments method and is used to support asynchronous operations in WinRT. Please refer to UploadDocuments for more information. |
||