Gets the member with the given uuid.
Namespace: Hazelcast.Client.Spi
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
Parameters
- uuid
 - Type: SystemString
The uuid of the member. 
Return Value
Type: IMemberThe member that was found, or null if not found. If uuid is null, null is returned.
See Also