Click or drag to resize

IClientClusterServiceGetMasterAddress Method

Returns the address of the master member.

Namespace:  Hazelcast.Client.Spi
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
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