IRiakAsyncClientBatch 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 Task Batch(
Action<IRiakBatchClient> batchAction
)
abstract Batch :
batchAction : Action<IRiakBatchClient> -> Task
Parameters
- batchAction
- Type: SystemActionIRiakBatchClient
An action that wraps all the operations to batch together.
Return Value
Type:
TaskA
Task.
See Also