Get the host instance for a given Ip address.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic 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