Click or drag to resize
IRiakClientBatch Method (ActionIRiakBatchClient)
Used to create a batched set of actions to be sent to a Riak cluster.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
void Batch(
	Action<IRiakBatchClient> batchAction
)

Parameters

batchAction
Type: SystemActionIRiakBatchClient
An action that wraps all the operations to batch together.
See Also