DataCache.RemoveRegion Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Deletes a region. All cached objects inside the region are also removed.
Namespace: Microsoft.Data.Caching
Assembly: ClientLibrary (in clientlibrary.dll)
Syntax
'Declaration
Public Sub RemoveRegion ( _
region As String _
)
'Usage
Dim instance As DataCache
Dim region As String
instance.RemoveRegion(region)
public void RemoveRegion (
string region
)
public:
void RemoveRegion (
String^ region
)
public void RemoveRegion (
String region
)
public function RemoveRegion (
region : String
)
Parameters
- region
The name of the region.
Remarks
For more information about regions, see Logical Model (Velocity).
See Also
Reference
DataCache Class
DataCache Members
Microsoft.Data.Caching Namespace