VMware Tanzu GemFire .NET Client API Reference
IEntryEvent< TKey, TValue > Interface Template Reference
This class encapsulates events that occur for an entry in a region. More...
Inherited by EntryEvent< TKey, TValue >, and EntryEventProxyOriginated< TKey, TValue >.
Properties | |
| IRegion< TKey, TValue > | Region [get] |
| Return the region this event occurred in. More... | |
| object | Key [get] |
| Returns the key this event describes. More... | |
| object | NewValue [get] |
| Return the updated value from this event. If the event is a destroy or invalidate operation, then the new value will be NULL. More... | |
| object | CallbackArgument [get] |
| Returns the callbackArgument passed to the method that generated this event. See the Region interface methods that take a callbackArgument parameter. More... | |
| bool | RemoteOrigin [get] |
| If the event originated in a remote process, returns true. More... | |
Detailed Description
This class encapsulates events that occur for an entry in a region.
Property Documentation
◆ CallbackArgument
|
get |
Returns the callbackArgument passed to the method that generated this event. See the Region interface methods that take a callbackArgument parameter.
◆ Key
|
get |
Returns the key this event describes.
◆ NewValue
|
get |
Return the updated value from this event. If the event is a destroy or invalidate operation, then the new value will be NULL.
◆ Region
|
get |
Return the region this event occurred in.
◆ RemoteOrigin
|
get |
If the event originated in a remote process, returns true.
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/IEntryEvent.cs

