IRiakConnection Interface |
The public interface for connections to Riak.
Namespace:
RiakClient.Comms
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public interface IRiakConnection : IDisposable
type IRiakConnection =
interface
interface IDisposable
end
The IRiakConnection type exposes the following members.
Methods
| Name | Description |
---|
| Disconnect | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
| Execute | |
| PbcRead(MessageCode) | |
| PbcReadTResult | |
| PbcRepeatReadTResult | |
| PbcStreamReadTResult | |
| PbcWrite(MessageCode) | |
| PbcWriteTRequest(TRequest) | |
| PbcWriteRead(MessageCode, MessageCode) | |
| PbcWriteReadTResult(MessageCode) | |
| PbcWriteReadTRequest(TRequest, MessageCode) | |
| PbcWriteReadTResult(MessageCode, FuncRiakResultTResult, Boolean) | |
| PbcWriteReadTRequest, TResult(TRequest) | |
| PbcWriteReadTRequest, TResult(TRequest, FuncRiakResultTResult, Boolean) | |
| PbcWriteStreamReadTResult(MessageCode, FuncRiakResultTResult, Boolean, Action) | |
| PbcWriteStreamReadTRequest, TResult(TRequest, FuncRiakResultTResult, Boolean, Action) | |
TopSee Also