ClusterDescriptionChangedEventArgs Constructor |
Namespace: MongoDB.Driver.Core.ClustersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
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