Click or drag to resize
CqEventTKey, TResult Class
This class encapsulates events that occur for cq.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::CqEvent>]
    GemStone.GemFire.Cache.GenericCqEventTKey, TResult

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public sealed class CqEvent<TKey, TResult> : [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::CqEvent>]

Type Parameters

TKey
TResult

The CqEventTKey, TResult 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