Click or drag to resize
RegionEvent Class

Note: This API is now obsolete.

This class encapsulates events that occur for a region.
Inheritance Hierarchy
SystemObject
  [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::RegionEvent>]
    GemStone.GemFire.CacheRegionEvent

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public sealed class RegionEvent : [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::RegionEvent>]

The RegionEvent type exposes the following members.

Constructors
  NameDescription
Public methodRegionEvent
Constructor to create a RegionEvent for a given region.
Top
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