| IASessionStartAddBatch Method |
Starts batch processing for
AddIdentity(String, String, String, String, Int32, NullableBoolean, NullableBoolean, NullableBoolean, String, String, String, String, String, CancellationToken).
Namespace:
Koopman.CheckPoint.IA
Assembly:
CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax Request Example
View SourceParameters
- outputAction (Optional)
- Type: SystemActionAddIdentityResponse
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 Exception | Condition |
---|
Exception | Batch already in progress. |
See Also