Click or drag to resize
RegionEventTKey, TValue Class
This class encapsulates events that occur for a region.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::RegionEvent>]
    GemStone.GemFire.Cache.GenericRegionEventTKey, TValue

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public sealed class RegionEvent<TKey, TValue> : [T:GemStone.GemFire.Cache.Generic.Internal.UMWrap<gemfire::RegionEvent>]

Type Parameters

TKey
TValue

The RegionEventTKey, TValue type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCallbackArgument
Returns the callbackArgument passed to the method that generated this event. See the Region interface methods that take a callbackArgument parameter.
Public propertyRegion
Return the region this event occurred in.
Public propertyRemoteOrigin
Returns true if the event originated in a remote process.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also