GetRatesAsync Method
Returns rate information for a specified or all available FedEx services.
Syntax
[VB.NET] Public Function GetRatesAsync() As IAsyncAction
[C#] public IAsyncAction GetRatesAsync();
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetRatesAsync MethodReturns rate information for a specified or all available FedEx services. Syntax[VB.NET] Public Function GetRatesAsync() As IAsyncAction [C#] public IAsyncAction GetRatesAsync(); RemarksThis method is the asynchronous version of the GetRates method and is used to support asynchronous operations in WinRT. Please refer to GetRates for more information. |
||