Click or drag to resize

IASessionFlush Method

Forces current batch to be sent to 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 Task Flush(
	bool stopBatch = false,
	CancellationToken cancellationToken = null
)
Request Example View Source

Parameters

stopBatch (Optional)
Type: SystemBoolean
if set to true batch processing also disabled after flush.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A task that represents the asynchronous operation.
See Also