TrackShipmentAsync Method
Returns tracking data for requested idValue of IdentifierType type.
Syntax
[VB.NET] Public Function TrackShipmentAsync(ByVal idValue As String) As Task
[C#] public Task TrackShipmentAsync(string idValue);
Shipping Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
TrackShipmentAsync MethodReturns tracking data for requested idValue of IdentifierType type. Syntax[VB.NET] Public Function TrackShipmentAsync(ByVal idValue As String) As Task [C#] public Task TrackShipmentAsync(string idValue); RemarksThis method is the asynchronous version of the TrackShipment method and is used to support asynchronous operations in WinRT. Please refer to TrackShipment for more information. |
||