DistributedObjectEvent ClassHazelcast .Net Client Class Library
DistributedObjectEvent is fired when a IDistributedObject is created or destroyed cluster-wide.
Inheritance Hierarchy

SystemObject
  Hazelcast.CoreDistributedObjectEvent

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

public class DistributedObjectEvent

The DistributedObjectEvent type exposes the following members.

Constructors

  NameDescription
Public methodDistributedObjectEvent
Initializes a new instance of the DistributedObjectEvent class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDistributedObject
Returns IDistributedObject instance
Public methodGetEventType
Returns type of this event; one of EventType.Created or EventType.Destroyed
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference