For async batch runs (AsyncBatchStart(String, array<String>[]()[], array<String>[]()[], Boolean, Boolean, PDFHandler..::.BatchOutputType)), this returns the current record number which does get processed.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int AsyncBatchRecordNumber { get; }
Visual Basic (Declaration)
Public ReadOnly Property AsyncBatchRecordNumber As Integer
Visual C++
public:
property int AsyncBatchRecordNumber {
	int get ();
}

See Also