![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | IClientClusterServiceGetMasterAddress Method |
Returns the address of the master member.
Namespace:
Hazelcast.Client.Spi
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxAddress GetMasterAddress()
Function GetMasterAddress As Address
Address^ GetMasterAddress()
abstract GetMasterAddress : unit -> Address
Return Value
Type:
AddressThe address of the master member. Could be null if the master is not yet known.
See Also