ClusterDescriptionChangedEventNewDescription Property |
This API is preliminary and subject to change.
Gets the new description.
Namespace: MongoDB.Driver.Core.EventsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax public ClusterDescription NewDescription { get; }
Public ReadOnly Property NewDescription As ClusterDescription
Get
member NewDescription : ClusterDescription with get
Property Value
Type:
ClusterDescriptionSee Also