Click or drag to resize

IClientClusterServiceGetOwnerConnectionAddress Method

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.12.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