VMware Tanzu GemFire .NET Client API Reference
IRegionEvent< TKey, TValue > Interface Template Reference
This class encapsulates events that occur for a region. More...
Inherited by RegionEvent< TKey, TValue >.
Properties | |
| IRegion< TKey, TValue > | Region [get] |
| Return the region this event occurred in. 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] |
| Returns true if the event originated in a remote process. More... | |
Detailed Description
This class encapsulates events that occur for 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.
◆ Region
|
get |
Return the region this event occurred in.
◆ RemoteOrigin
|
get |
Returns true if the event originated in a remote process.
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/IRegionEvent.cs

