IHostDocumentsClosingInventoryAsync Method
Close a list of inventories, on the indicated date asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task ClosingInventoryAsync(
List<long> ids,
DateTime? dateProcess
)
Function ClosingInventoryAsync (
ids As List(Of Long),
dateProcess As DateTime?
) As Task
- ids ListInt64
- List<long> with the identifiers.
- dateProcess NullableDateTime
- Date on which the process will be launched.
TaskA task representing the asynchronous operation.