Click or drag to resize
ClusterHostAdded Event
Event that gets triggered when a new host is added to the cluster

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

Value

Type: SystemActionHost

Implements

IClusterHostAdded
See Also