| DseClusterShutdownAsync Method  | 
            Shutdown this cluster instance. This closes all connections from all the sessions of this instance and
            reclaim all resources used by it. 
            
This method has no effect if the cluster has already been shutdown.
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic Task ShutdownAsync(
	int timeout = -1
)
Parameters
- timeout (Optional)
 - Type: SystemInt32
 
Return Value
Type: 
Task
See Also