Syntax
| C# |
|---|
public sealed class EntryEvent |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class EntryEvent |
| Visual C++ |
|---|
public ref class EntryEvent sealed |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| EntryEventEntryEventNew |
Constructor to create an EntryEvent for the given region.
|
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| 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.
|
See Also
GemStone.GemFire.Cache Namespace