Click or drag to resize
EntryEventTKey, TValue Class
This class encapsulates events that occur for an entry in a region.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::EntryEvent>]
    GemStone.GemFire.Cache.GenericEntryEventTKey, TValue

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

Type Parameters

TKey
TValue

The EntryEventTKey, TValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCallbackArgument
Returns the callbackArgument passed to the method that generated this event. See the Region interface methods that take a callbackArgument parameter.
Public propertyKey
Returns the key this event describes.
Public propertyNewValue
Return the updated value from this event. If the event is a destroy or invalidate operation, then the new value will be NULL.
Public propertyOldValue
Returns 'null' if there was no value in the cache. If the prior state of the entry was invalid, or non-existent/destroyed, then the old value will be 'null'.
Public propertyRegion
Return the region this event occurred in.
Public propertyRemoteOrigin
If the event originated in a remote process, returns true.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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