GetShippingTimeAsync Method
Returns the estimated time to ship a package from ZipCode to ZipCode .
Syntax
[VB.NET] Public Function GetShippingTimeAsync() As Task
[C#] public Task GetShippingTimeAsync();
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetShippingTimeAsync MethodReturns the estimated time to ship a package from ZipCode to ZipCode . Syntax[VB.NET] Public Function GetShippingTimeAsync() As Task [C#] public Task GetShippingTimeAsync(); RemarksThis method is the asynchronous version of the GetShippingTime method and is used to support asynchronous operations in WinRT. Please refer to GetShippingTime for more information. |
||