IHostDocumentsUndoCloseInventoryAsync Method

Undoes the closing of an inventory list, on the indicated date asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task UndoCloseInventoryAsync(
	List<long> ids,
	DateTime? dateProcess
)

Parameters

ids  ListInt64
List<Int64> with the identifiers.
dateProcess  NullableDateTime
Date on which the process will be launched.

Return Value

Task
A task representing the asynchronous operation.

See Also