Click or drag to resize
IRiakAsyncClientPing Method
Ping this instance of Riak.

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
Task<RiakResult> Ping()

Return Value

Type: TaskRiakResult
A TaskTResult that will contain a RiakResult. Check IsSuccess to see if the operation was a success.
See Also