Get the host instance for a given Ip address.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public Host GetHost(
IPEndPoint address
)
Parameters
- address
- Type: System.NetIPEndPoint
Ip address of the host
Return Value
Type:
HostThe host or null if not found
Implements
IClusterGetHost(IPEndPoint)See Also