Click or drag to resize
IRiakEndPoint Methods

The IRiakEndPoint type exposes the following members.

Methods
  NameDescription
Public methodCreateClient
Creates a new IRiakClient instance.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodUseConnection(FuncIRiakConnection, RiakResult, Int32)
Executes a delegate function using a IRiakConnection, and returns the results. Retries if possible for certain error states.
Public methodUseConnectionTResult(FuncIRiakConnection, RiakResultTResult, Int32)
Executes a delegate function using a IRiakConnection, and returns the results. Retries if possible for certain error states.
Public methodUseDelayedConnectionTResult
Executes a delegate function using a IRiakConnection, and returns the results. Retries if possible for certain error states. This method is used over UseConnection(FuncIRiakConnection, RiakResult, Int32) to keep a connection open to receive streaming results.
Top
See Also