IRiakAsyncClientExecute Method |
Used to execute a command against a Riak cluster.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax Task<RiakResult> Execute(
IRiakCommand command
)
abstract Execute :
command : IRiakCommand -> Task<RiakResult>
Parameters
- command
- Type: RiakClient.CommandsIRiakCommand
The command to execute.
Return Value
Type:
TaskRiakResult
A
TaskTResult, which will indicate success. The passed in command will contain the response.
See Also