|
Pivotal GemFire Native .NET Reference
10.0.5
|
This class encapsulates events that occur for a region. More...
Properties | |
| Object^ | CallbackArgument [get] |
| Returns the callbackArgument passed to the method that generated this event. More... | |
| IRegion< TKey, TValue >^ | Region [get] |
| Return the region this event occurred in. More... | |
| bool | RemoteOrigin [get] |
| Returns true if the event originated in a remote process. More... | |
This class encapsulates events that occur for a region.
|
get |
Returns the callbackArgument passed to the method that generated this event.
See the Region interface methods that take a callbackArgument parameter.
|
get |
Return the region this event occurred in.
|
get |
Returns true if the event originated in a remote process.