Click or drag to resize

IASessionResetBatch Method

Resets the batch without sending any requests to the gateway, and optionally also finish batch processing.

Namespace:  Koopman.CheckPoint.IA
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public void ResetBatch(
	bool stopBatch = false
)
Request Example View Source

Parameters

stopBatch (Optional)
Type: SystemBoolean
if set to true batch processing also disabled after reset.
See Also