VMware Tanzu GemFire .NET Client API Reference

VMware Tanzu GemFire .NET Client: IEntryEvent< TKey, TValue > Interface Template Reference
VMware Tanzu GemFire .NET Client
IEntryEvent< TKey, TValue > Interface Template Reference

This class encapsulates events that occur for an entry in a region. More...

Inherited by EntryEvent< TKey, TValue >, and EntryEventProxyOriginated< TKey, TValue >.

Properties

IRegion< TKey, TValue > Region [get]
 Return the region this event occurred in. More...
 
object Key [get]
 Returns the key this event describes. More...
 
object NewValue [get]
 Return the updated value from this event. If the event is a destroy or invalidate operation, then the new value will be NULL. 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]
 If the event originated in a remote process, returns true. More...
 

Detailed Description

This class encapsulates events that occur for an entry in a region.

Property Documentation

◆ CallbackArgument

object IEntryEvent< 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.

◆ Key

object IEntryEvent< TKey, TValue >.Key
get

Returns the key this event describes.

◆ NewValue

object IEntryEvent< TKey, TValue >.NewValue
get

Return the updated value from this event. If the event is a destroy or invalidate operation, then the new value will be NULL.

◆ Region

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

Return the region this event occurred in.

◆ RemoteOrigin

bool IEntryEvent< TKey, TValue >.RemoteOrigin
get

If the event originated in a remote process, returns true.


The documentation for this interface was generated from the following file:
  • gemfire.client/Interfaces/IEntryEvent.cs