Click or drag to resize

DistributedObjectEventEventType Class

Event types class for event name constants
Inheritance Hierarchy
SystemObject
  Hazelcast.CoreDistributedObjectEventEventType

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public static class EventType

The DistributedObjectEventEventType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCreated
Distributed Object Created Event
Public fieldStatic memberDestroyed
Distributed Object Destroyed Event
Top
See Also