Click or drag to resize

IDistributedObjectGetName Method

Returns the unique name for this IDistributedObject.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
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