Click or drag to resize
DseClusterShutdown 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: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public void Shutdown(
	int timeoutMs = -1
)

Parameters

timeoutMs (Optional)
Type: SystemInt32

Implements

IClusterShutdown(Int32)
See Also