Click or drag to resize

IASessionStartShowBatch Method

Starts batch processing for ShowIdentity(String, CancellationToken).

Namespace:  Koopman.CheckPoint.IA
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public void StartShowBatch(
	Action<ShowIdentityResponse> outputAction = null,
	int maxBatchSize = 20
)
Request Example View Source

Parameters

outputAction (Optional)
Type: SystemActionShowIdentityResponse
The output action is call for each individual response when the batch is processed.
maxBatchSize (Optional)
Type: SystemInt32
Maximum size of the batch. When this number of requests is reached the batch will automatically be sent to the gateway and a new batch started.
Exceptions
ExceptionCondition
ExceptionBatch already in progress.
See Also