IRiakNode Methods |
The IRiakNode type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
UseConnection(FuncIRiakConnection, RiakResult) |
Execute the useFun delegate using this one of this IRiakNode's connections.
| |
UseConnectionTResult(FuncIRiakConnection, RiakResultTResult) |
Execute the useFun delegate using this one of this IRiakNode's connections.
| |
UseDelayedConnectionTResult |
Execute the useFun delegate using this one of this IRiakNode's connections,
and keep the connection open.
This method is used over UseConnectionTResult(FuncIRiakConnection, RiakResultTResult) to keep a connection open to receive streaming results.
|