Click or drag to resize
MetadataAllHosts Method
Returns all known hosts of this cluster.

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

Return Value

Type: ICollectionHost
collection of all known hosts of this cluster.
See Also