Click or drag to resize
ClusterHostRemoved Event
Event that gets triggered when a host has been removed from the cluster

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

Value

Type: SystemActionHost

Implements

IClusterHostRemoved
See Also