Delegate OnX12Progress
Set this delegate to receive progress events during long running operations like splitting and batching
Namespace: Bishop.X12
Assembly: Bishop.X12.dll
Syntax
public delegate void OnX12Progress(int totalItems, int currentItem);
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | totalItems | total number of items being processed in operation |
System.Int32 | currentItem | current item processed in operation |