IClientClusterServiceGetMember Method (String)Hazelcast .Net Client Class Library
Gets the member with the given uuid.

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

IMember GetMember(
	string uuid
)

Parameters

uuid
Type: SystemString
The uuid of the member.

Return Value

Type: IMember
The member that was found, or null if not found. If uuid is null, null is returned.
See Also

Reference