VMware Tanzu GemFire .NET Client API Reference

VMware Tanzu GemFire .NET Client: IRegionEvent< TKey, TValue > Interface Template Reference
VMware Tanzu GemFire .NET Client
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

object IRegionEvent< 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

IRegion<TKey, TValue> IRegionEvent< TKey, TValue >.Region
get

Return the region this event occurred in.

◆ RemoteOrigin

bool IRegionEvent< TKey, TValue >.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