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

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

Value

Type: System.Action<Host>
See Also