ServerDescriptionChangedEventOldDescription Property |
This API is preliminary and subject to change.
Gets the old description.
Namespace: MongoDB.Driver.Core.EventsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.1.0
Syntax public ServerDescription OldDescription { get; }
Public ReadOnly Property OldDescription As ServerDescription
Get
member OldDescription : ServerDescription with get
Property Value
Type:
ServerDescriptionSee Also