Syntax
| C# |
|---|
public sealed class RegionAttributes |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class RegionAttributes |
| Visual C++ |
|---|
public ref class RegionAttributes sealed |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| FromData |
Deserializes this Properties 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.) | |
| ToData |
Serializes this Properties object.
| |
| ToString | (Inherited from Object.) | |
| ValidateSerializableAttributes |
Throws IllegalStateException if the attributes are not suited for serialization
such as those that have a cache callback (listener, loader, or writer) set
directly instead of providing the library path and factory function.
|
Protected Methods
| Name | Description | |
|---|---|---|
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
See Also
GemStone.GemFire.Cache Namespace