Click or drag to resize

DseCluster.HostRemoved Event

Represents an event that is triggered when a new host is decommissioned from the cluster.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public event Action<Host> HostRemoved

Value

Type: System.Action<Host>

Implements

ICluster.HostRemoved
See Also