ClusterDescriptionChangedEventArgs Constructor |
Namespace:
MongoDB.Driver.Core.Clusters
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic 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