Click or drag to resize

DseClusterHostRemoved 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.9.0
Syntax
C#
public event Action<Host> HostRemoved

Value

Type: SystemActionHost

Implements

IClusterHostRemoved
See Also