IClientClusterServiceGetMasterAddress Method Hazelcast .Net Client Class Library
Returns the address of the master member.

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

Address GetMasterAddress()

Return Value

Type: Address
The address of the master member. Could be null if the master is not yet known.
See Also

Reference