VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::RegionEvent< TKey, TValue > Class Template Reference
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. | |
| IRegion< TKey, TValue >^ | Region [get] |
| Return the region this event occurred in. | |
| bool | RemoteOrigin [get] |
| Returns true if the event originated in a remote process. | |
Detailed Description
template<class TKey, class TValue>
class Apache::Geode::Client::RegionEvent< TKey, TValue >
class Apache::Geode::Client::RegionEvent< TKey, TValue >
This class encapsulates events that occur for a region.
Property Documentation
◆ CallbackArgument
template<class TKey , class TValue >
|
get |
Returns the callbackArgument passed to the method that generated this event.
See the Region interface methods that take a callbackArgument parameter.
◆ Region
template<class TKey , class TValue >
|
get |
Return the region this event occurred in.
◆ RemoteOrigin
template<class TKey , class TValue >
|
get |
Returns true if the event originated in a remote process.
Apache Geode C++ Cache .NET API Documentation