IHostManagementRecodeLogisticAsync Method

Recodes the logistics of an item asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task RecodeLogisticAsync(
	string productCode,
	ProductLogistic currentLogistic,
	ProductLogistic newLogistic
)

Parameters

productCode  String
Code of the logistics item to be recoded.
currentLogistic  ProductLogistic
Current logistics.
newLogistic  ProductLogistic
New logistics.

Return Value

Task
A task representing the asynchronous operation.

See Also