Click or drag to resize

FilterEventArgs Properties

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The FilterEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCache
Gets the IObservableCache object on which this event has actually occured.
(Inherited from CacheEventArgs.)
Public propertyEvent
Return the FilterEventArgs.
Public propertyEventType
Gets this event's type.
(Inherited from CacheEventArgs.)
Public propertyFilters
Return an array of filters that are the cause of this event.
Public propertyIsPriming
Return true if this event is a priming event.
(Inherited from CacheEventArgs.)
Public propertyIsSynthetic
Return true if this event is caused by the cache internal processing such as eviction or loading.
(Inherited from CacheEventArgs.)
Public propertyKey
Returns the filter event key.
(Overrides CacheEventArgsKey.)
Public propertyNewValue
Returns the filter event new value.
(Overrides CacheEventArgsNewValue.)
Public propertyOldValue
Returns the filter event old value.
(Overrides CacheEventArgsOldValue.)
Public propertyTransformState
Return TransformationState for this event.
(Inherited from CacheEventArgs.)
Top
See Also