Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

The FilterEventArgs type exposes the following members.

Constructors

  NameDescription
FilterEventArgsOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDescription
Get the event's description.
(Inherited from CacheEventArgs.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Return a string representation of this CacheEventArgs object.
(Inherited from CacheEventArgs.)

Fields

  NameDescription
m_eventType
The event's type.
(Inherited from CacheEventArgs.)
m_filters
Filters that caused the event.
m_isSynthetic
Event cause flag.
(Inherited from CacheEventArgs.)
m_key
A key.
(Inherited from CacheEventArgs.)
m_source
The event's source.
(Inherited from CacheEventArgs.)
m_valueNew
A new value.
(Inherited from CacheEventArgs.)
m_valueOld
A previous value.
(Inherited from CacheEventArgs.)

Properties

  NameDescription
Cache
Gets the IObservableCache object on which this event has actually occured.
(Inherited from CacheEventArgs.)
EventType
Gets this event's type.
(Inherited from CacheEventArgs.)
Filters
Return an array of filters that are the cause of this event.
IsSynthetic
Return true if this event is caused by the cache internal processing such as eviction or loading.
(Inherited from CacheEventArgs.)
Key
Gets a key associated with this event.
(Inherited from CacheEventArgs.)
NewValue
Gets a new value associated with this event.
(Inherited from CacheEventArgs.)
OldValue
Gets an old value associated with this event.
(Inherited from CacheEventArgs.)

See Also