Constructor ClusterDescriptionChangedEvent
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
ClusterDescriptionChangedEvent(ClusterDescription, ClusterDescription)
Initializes a new instance of the ClusterDescriptionChangedEvent struct.
public ClusterDescriptionChangedEvent(ClusterDescription oldDescription, ClusterDescription newDescription)
Parameters
oldDescription
ClusterDescription
The old description.
newDescription
ClusterDescription
The new description.