Click or drag to resize
CqEvent Class

Note: This API is now obsolete.

This class encapsulates events that occur for cq.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqEvent>]
    GemStone.GemFire.CacheCqEvent

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class CqEvent : [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::CqEvent>]

The CqEvent type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodgetBaseOperation
Get the operation on the base operation that triggered this event.
Public methodgetCq
Return the cqquery this event occurred in.
Public methodgetDeltaValue
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetKey
Get the key relating to the event. In case of REGION_CLEAR and REGION_INVALIDATE operation, the key will be null.
Public methodgetNewValue
Get the new value of the modification. If there is no new value returns null, this will happen during delete operation.
Public methodgetQueryOperation
Get the operation on the query operation that triggered this event.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also