Syntax
| C# |
|---|
public sealed class RegionEvent |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class RegionEvent |
| Visual C++ |
|---|
public ref class RegionEvent sealed |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| RegionEventRegionEventNew |
Constructor to create a RegionEvent for a given region.
|
Public Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| Region |
Return the region this event occurred in.
| |
| RemoteOrigin |
Returns true if the event originated in a remote process.
|
See Also
GemStone.GemFire.Cache Namespace