GigaSpaces XAP.NET Documentation
DataEventType Enumeration
Class LibraryGigaSpaces.Core.EventsDataEventType
Lists possible data event types.
Declaration Syntax
C#Visual BasicVisual C++J#
[FlagsAttribute]
public enum DataEventType
<FlagsAttribute> _
Public Enumeration DataEventType
[FlagsAttribute]
public enum class DataEventType
/** @attribute FlagsAttribute */
public enum DataEventType
Members
MemberDescription
None
No events.

Write
Occurs when a new entry is written to the space.

Update
Occurs when an entry in the space has been updated.

Take
Occurs when an entry has been taken from the space.

LeaseExpiration
Occurs when an entry's lease has expired.

All
Occurs when any entry-related event occurs.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 7.0.1.3800 (7.0.1.3800)