IHostDocumentsUpdateLogisticInLineAsync Method
Update logistic to line, only for note types without storage movements asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task UpdateLogisticInLineAsync(
long id,
List<LineLogistic> logistic
)
Function UpdateLogisticInLineAsync (
id As Long,
logistic As List(Of LineLogistic)
) As Task
- id Int64
- Line identifier.
- logistic ListLineLogistic
- List<LineLogistic> with the logistic lines.
TaskA task representing the asynchronous operation.