Call this method to start the batch run. The batch will run in its separate thread and therefore the method returns immediately.

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

Syntax

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

Return Value

Returns true if the batch job could start successfully, false otherwise.

See Also