| ICluster Interface | 
Namespace: MongoDB.Driver.Core.Clusters
 Syntax
SyntaxThe ICluster type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ClusterId | 
            Gets the cluster identifier.
             | 
|  | CryptClient | 
            Gets the crypt client.
             | 
|  | Description | 
            Gets the cluster description.
             | 
|  | Settings | 
            Gets the cluster settings.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AcquireServerSession | 
            Acquires a core server session.
             | 
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Initialize | 
            Initializes the cluster.
             | 
|  | SelectServer | 
            Selects a server from the cluster.
             | 
|  | SelectServerAsync | 
            Selects a server from the cluster.
             | 
|  | StartSession | 
            Starts a session.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | DescriptionChanged | 
            Occurs when the cluster description has changed.
             | 
 See Also
See Also