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