Click or drag to resize

IMemberGetAttributes Method

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.12.3
Syntax
IDictionary<string, string> GetAttributes()

Return Value

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