Click or drag to resize
DseClusterGetHost Method
Get a host instance for a given endpoint.

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

Parameters

address
Type: System.NetIPEndPoint

Return Value

Type: Host

Implements

IClusterGetHost(IPEndPoint)
See Also