  | IHazelcastInstanceGetLocalEndpoint Method  | 
 Returns the local Endpoint which this IHazelcastInstance is belongs to.
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
SyntaxIEndpoint GetLocalEndpoint()
Function GetLocalEndpoint As IEndpoint
IEndpoint^ GetLocalEndpoint()
abstract GetLocalEndpoint : unit -> IEndpoint 
Return Value
Type: 
IEndpointlocal endpoint
See Also