  | DistributedObjectEventGetDistributedObject Method  | 
 Returns IDistributedObject instance
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntaxpublic 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