IDistributedObjectGetName Method Hazelcast .Net Client Class Library
Returns the unique name for this IDistributedObject.

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

string GetName()

Return Value

Type: String
the unique name for this object.
Remarks

Returns the unique name for this IDistributedObject. Returned value will never be null.
See Also

Reference