IHostManagementStoreProductRegenerationAsync Method

Regenerates the information of the items/warehouse asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task StoreProductRegenerationAsync(
	DateTime dateStart,
	string storeCode,
	string productCode,
	DateTime? dateTimeProcess
)

Parameters

dateStart  DateTime
Date to start.
storeCode  String
Store code.
productCode  String
Product Code.
dateTimeProcess  NullableDateTime
Date ans time to process.

Return Value

Task
A task representing the asynchronous operation.

See Also