Interface IClusterableServer
Represents a server that can be part of a cluster.
public interface IClusterableServer : IServer, IDisposable- Inherited Members
Properties
- IsInitialized
- Gets a value indicating whether this instance is initialized. 
- OutstandingOperationsCount
- Gets the outstanding operations count. 
Methods
- Initialize()
- Initializes this instance. 
- Invalidate(string)
- Invalidates this instance (sets the server type to Unknown and clears the connection pool). 
- Invalidate(string, TopologyVersion)
- Invalidates this instance (sets the server type to Unknown and clears the connection pool). 
- RequestHeartbeat()
- Requests a heartbeat as soon as possible.