Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

CancelPackageAsync Method

Cancels a single package shipment by deleting it from the shipping log.

Syntax

[VB.NET]
Public Function CancelPackageAsync(ByVal TrackingNumber As String, ByVal TrackingIdType As Integer) As Task
[C#]
public Task CancelPackageAsync(string trackingNumber, int trackingIdType);

Remarks

This method is the asynchronous version of the CancelPackage method and is used to support asynchronous operations in WinRT. Please refer to CancelPackage for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0