Gets the member for the given address.
Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax
Parameters
- address
- Type: Hazelcast.IOAddress
The address of the member to look up.
Return Value
Type: IMemberThe member that was found, or null if not found. If address is null, null is returned.
See Also