ServerDescriptionChangedEventNewDescription 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.1.0
Syntax public ServerDescription NewDescription { get; }
Public ReadOnly Property NewDescription As ServerDescription
Get
member NewDescription : ServerDescription with get
Property Value
Type:
ServerDescriptionSee Also