Click or drag to resize

IHazelcastInstanceGetLocalEndpoint Method

Returns the local Endpoint which this IHazelcastInstance is belongs to.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
IEndpoint GetLocalEndpoint()

Return Value

Type: IEndpoint
local endpoint
See Also