Apache Geode Native .NET Reference 1.15.0
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. 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...
 

Detailed Description

template<class TKey, class 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 >
Object^ Apache::Geode::Client::RegionEvent< TKey, TValue >::CallbackArgument
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 >
IRegion< TKey, TValue>^ Apache::Geode::Client::RegionEvent< TKey, TValue >::Region
get

Return the region this event occurred in.

◆ RemoteOrigin

template<class TKey , class TValue >
bool Apache::Geode::Client::RegionEvent< TKey, TValue >::RemoteOrigin
get

Returns true if the event originated in a remote process.


Apache Geode C++ Cache .NET API Documentation