ServerDescriptionChangedEvent Constructor |
Namespace:
MongoDB.Driver.Core.Events
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
Syntaxpublic ServerDescriptionChangedEvent(
ServerDescription oldDescription,
ServerDescription newDescription
)
Public Sub New (
oldDescription As ServerDescription,
newDescription As ServerDescription
)
new :
oldDescription : ServerDescription *
newDescription : ServerDescription -> ServerDescriptionChangedEventParameters
- oldDescription
- Type: MongoDB.Driver.Core.ServersServerDescription
The old description. - newDescription
- Type: MongoDB.Driver.Core.ServersServerDescription
The new description.
See Also