Creates a RegionAttributes with the current settings.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public RegionAttributes CreateRegionAttributes() |
| Visual Basic (Declaration) |
|---|
Public Function CreateRegionAttributes As RegionAttributes |
| Visual C++ |
|---|
public: RegionAttributes^ CreateRegionAttributes () |
Return Value
the newly created RegionAttributes
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalStateException | if the current settings violate the compatibility rules. |
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace