Destroy the named subregion in each of the servers in the server-group.
When a region is destroyed in a server, all clients connected to that
server will have be instructed to locally destroy their region. This
does not instruct all members of the distributed system to destroy the
region, only those clients and servers in the server-group.
Namespace: GemStone.GemFire.Cache
Assembly:
GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void DestroyServerSubRegion(
string regionName
) |
| Visual Basic (Declaration) |
|---|
Public Sub DestroyServerSubRegion ( _
regionName As String _
) |
| Visual C++ |
|---|
public:
void DestroyServerSubRegion (
String^ regionName
) |
Parameters
- regionName
- String
subregion name or pathname
Exceptions
See Also