Destroys the named region in each of the 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 DestroyServerRegion( string name ) |
| Visual Basic (Declaration) |
|---|
Public Sub DestroyServerRegion ( _ name As String _ ) |
| Visual C++ |
|---|
public: void DestroyServerRegion ( String^ name ) |
Parameters
- name
- String
the name of the region to destroy
Remarks
When a region is destroyed in a server, all clients connected to that
server are 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.
See Also
Cache Class
GemStone.GemFire.Cache Namespace