Click or drag to resize
IRiakNode Interface
Represents the interface for interacting with a Riak Node. Abstracts explicit connection use away.

Namespace:  RiakClient.Comms
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public interface IRiakNode : IDisposable

The IRiakNode type exposes the following members.

Properties
  NameDescription
Public propertyCanMarkOffline
Indicates if this node can be marked offline. false if the node points to a load balancer.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodUseConnection(FuncIRiakConnection, RiakResult)
Execute the useFun delegate using this one of this IRiakNode's connections.
Public methodUseConnectionTResult(FuncIRiakConnection, RiakResultTResult)
Execute the useFun delegate using this one of this IRiakNode's connections.
Public methodUseDelayedConnectionTResult
Top
See Also