Returns the attributes of the region on server specified by
the given path.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public RegionAttributes GetServerRegionAttributes( string path ) |
| Visual Basic (Declaration) |
|---|
Public Function GetServerRegionAttributes ( _ path As String _ ) As RegionAttributes |
| Visual C++ |
|---|
public: RegionAttributes^ GetServerRegionAttributes ( String^ path ) |
Parameters
- path
- String
The path of the region whose attribute needs to be fetched.
Return Value
The attributes of the given region.
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::TimeoutException | if the operation times out |
See Also
Cache Class
GemStone.GemFire.Cache Namespace