Click or drag to resize
IServer.DescriptionChanged Event
Occurs when the server description changes.

Namespace: MongoDB.Driver.Core.Servers
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
event EventHandler<ServerDescriptionChangedEventArgs> DescriptionChanged

Value

Type: System.EventHandler<ServerDescriptionChangedEventArgs>
See Also