FindLocationsAsync Method
Finds FedEx location(s) based on the input data.
Syntax
[VB.NET] Public Function FindLocationsAsync() As Task
[C#] public Task FindLocationsAsync();
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
FindLocationsAsync MethodFinds FedEx location(s) based on the input data. Syntax[VB.NET] Public Function FindLocationsAsync() As Task [C#] public Task FindLocationsAsync(); RemarksThis method is the asynchronous version of the FindLocations method and is used to support asynchronous operations in WinRT. Please refer to FindLocations for more information. |
||