EntryEventTKey, TValue Class |
Namespace: GemStone.GemFire.Cache.Generic
public sealed class EntryEvent<TKey, TValue> : [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::EntryEvent>]
The EntryEventTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | EntryEventTKey, TValue |
Name | Description | |
---|---|---|
![]() | CallbackArgument |
Returns the callbackArgument passed to the method that generated
this event. See the Region interface methods
that take a callbackArgument parameter.
|
![]() | Key |
Returns the key this event describes.
|
![]() | NewValue |
Return the updated value from this event. If the event is a destroy
or invalidate operation, then the new value will be NULL.
|
![]() | OldValue |
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'.
|
![]() | Region |
Return the region this event occurred in.
|
![]() | RemoteOrigin |
If the event originated in a remote process, returns true.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |