IClusterShutdownAsync 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: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
SyntaxTask ShutdownAsync(
	int timeoutMs = -1
)
Parameters
- timeoutMs (Optional)
 - Type: SystemInt32
 
Return Value
Type: 
Task
See Also