Click or drag to resize

DseClusterHostAdded Event

Represents an event that is triggered when a new host is added to the cluster.

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

Value

Type: SystemActionHost

Implements

IClusterHostAdded
See Also