| IDistributedObjectGetName Method |
Returns the unique name for this IDistributedObject.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function GetName As String
abstract GetName : unit -> string
Return Value
Type:
Stringthe unique name for this object.
Remarks Returns the unique name for this IDistributedObject. Returned value will never be null.
See Also