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 properties.
Public Properties
| Name | Description | |
|---|---|---|
| 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