Click or drag to resize

Metadata.AllHosts Method

Returns all known hosts of this cluster.

Namespace:  Cassandra
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public ICollection<Host> AllHosts()

Return Value

Type: ICollection<Host>
collection of all known hosts of this cluster.
See Also