ClusterClosingEvent Constructor |
This API is preliminary and subject to change.
Namespace: MongoDB.Driver.Core.EventsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax public ClusterClosingEvent(
ClusterId clusterId
)
Public Sub New (
clusterId As ClusterId
)
new :
clusterId : ClusterId -> ClusterClosingEvent
Parameters
- clusterId
- Type: MongoDB.Driver.Core.ClustersClusterId
The cluster identifier.
See Also