DseClusterShutdownAsync Method |
Shutdown this cluster instance asynchronously. This closes all connections from all the
sessions of this
* Cluster instance and reclaim all resources
used by it.
This method has no effect if the cluster was already shutdown.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public Task ShutdownAsync(
int timeout = -1
)
Parameters
- timeout (Optional)
- Type: SystemInt32
Return Value
Type:
TaskImplements
IClusterShutdownAsync(Int32)See Also