IClientClusterServiceGetOwnerConnectionAddress Method Hazelcast .Net Client Class Library
The owner connection is opened to owner member of the client in the cluster.

Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax

Address GetOwnerConnectionAddress()

Return Value

Type: Address
The address of the owner connection.
Remarks

The owner connection is opened to owner member of the client in the cluster. If the owner member dies, other members of the cluster assumes this client is dead.
See Also

Reference