Note: This API is now obsolete.
This class encapsulates events that occur for a region.
Inheritance HierarchySystemObject [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::RegionEvent>] GemStone.GemFire.CacheRegionEvent
Namespace: GemStone.GemFire.CacheAssembly: 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>]
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public NotInheritable Class RegionEvent
Inherits [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::RegionEvent>]
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public ref class RegionEvent sealed : public [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::RegionEvent>]
[<SealedAttribute>]
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type RegionEvent =
class
inherit [T:GemStone.GemFire.Cache.Internal.UMWrap<gemfire::RegionEvent>]
end
The RegionEvent type exposes the following members.
Constructors
| Name | Description |
---|
 | RegionEvent |
Constructor to create a RegionEvent for a given region.
|
Top
Properties
| Name | Description |
---|
 | CallbackArgument |
Returns the callbackArgument passed to the method that generated
this event. See the Region interface methods
that take a callbackArgument parameter.
|
 | Region |
Return the region this event occurred in.
|
 | RemoteOrigin |
Returns true if the event originated in a remote process.
|
Top
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
See Also