ClusterDescriptionChangedEventArgs Constructor |
Namespace:
MongoDB.Driver.Core.Clusters
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public ClusterDescriptionChangedEventArgs(
ClusterDescription oldClusterDescription,
ClusterDescription newClusterDescription
)
Public Sub New (
oldClusterDescription As ClusterDescription,
newClusterDescription As ClusterDescription
)
new :
oldClusterDescription : ClusterDescription *
newClusterDescription : ClusterDescription -> ClusterDescriptionChangedEventArgs
Parameters
- oldClusterDescription
- Type: MongoDB.Driver.Core.ClustersClusterDescription
The old cluster description. - newClusterDescription
- Type: MongoDB.Driver.Core.ClustersClusterDescription
The new cluster description.
See Also