For async batch runs (AsyncBatchStart(String, array<String>[]()[], array<String>[]()[], Boolean, Boolean, PDFHandler..::.BatchOutputType)), this method can be used to stop them before finishing with all records passed over.

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

Syntax

C#
public bool AsyncBatchStop()
Visual Basic (Declaration)
Public Function AsyncBatchStop As Boolean
Visual C++
public:
bool AsyncBatchStop()

Return Value

Returns true if the batch run could be stopped.

See Also