DistributedObjectEvent is fired when a
                IDistributedObject
                is created or destroyed cluster-wide.
            
Inheritance Hierarchy
Hazelcast.CoreDistributedObjectEvent
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
Syntax
The DistributedObjectEvent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | DistributedObjectEvent | Initializes a new instance of the DistributedObjectEvent class | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetDistributedObject | Returns IDistributedObject instance | 
|  | GetEventType | 
                Returns type of this event; one of
                EventType.Created
                or
                EventType.Destroyed | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | (Overrides ObjectToString.) | 
See Also
