| DistributedObjectEventGetDistributedObject Method |
Returns IDistributedObject instance
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual IDistributedObject GetDistributedObject()
Public Overridable Function GetDistributedObject As IDistributedObject
public:
virtual IDistributedObject^ GetDistributedObject()
abstract GetDistributedObject : unit -> IDistributedObject
override GetDistributedObject : unit -> IDistributedObject
Return Value
Type:
IDistributedObjectIDistributedObject
See Also