Click or drag to resize
ClusterGetHost Method
Get the host instance for a given Ip address.

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.1.0
Syntax
C#
public Host GetHost(
	IPEndPoint address
)

Parameters

address
Type: System.NetIPEndPoint
Ip address of the host

Return Value

Type: Host
The host or null if not found

Implements

IClusterGetHost(IPEndPoint)
See Also