Click or drag to resize

IClusterGetHost Method

Get the host instance for a given Ip address.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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
See Also