IMemberGetAttributes Method Hazelcast .Net Client Class Library
Returns configured attributes for this member.
This method might not be available on all native clients.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

IDictionary<string, string> GetAttributes()

Return Value

Type: IDictionaryString, String
Attributes for this member.
See Also

Reference