IHostManagementRecodeLogisticAsync Method
Recodes the logistics of an item asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task RecodeLogisticAsync(
string productCode,
ProductLogistic currentLogistic,
ProductLogistic newLogistic
)
Function RecodeLogisticAsync (
productCode As String,
currentLogistic As ProductLogistic,
newLogistic As ProductLogistic
) As Task
- productCode String
- Code of the logistics item to be recoded.
- currentLogistic ProductLogistic
- Current logistics.
- newLogistic ProductLogistic
- New logistics.
TaskA task representing the asynchronous operation.