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