Apache Geode Native .NET Reference 1.15.0
|
This class encapsulates events that occur for a region. More...
#include <RegionEvent.hpp>
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.