IHostManagementStoreProductRegenerationAsync Method
Regenerates the information of the items/warehouse asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task StoreProductRegenerationAsync(
DateTime dateStart,
string storeCode,
string productCode,
DateTime? dateTimeProcess
)
Function StoreProductRegenerationAsync (
dateStart As DateTime,
storeCode As String,
productCode As String,
dateTimeProcess As DateTime?
) As Task
- dateStart DateTime
- Date to start.
- storeCode String
- Store code.
- productCode String
- Product Code.
- dateTimeProcess NullableDateTime
- Date ans time to process.
TaskA task representing the asynchronous operation.