  | 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.3
SyntaxAddress GetOwnerConnectionAddress()
Function GetOwnerConnectionAddress As Address
Address^ GetOwnerConnectionAddress()
abstract GetOwnerConnectionAddress : unit -> Address 
Return Value
Type: 
AddressThe 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