DataCache::CreateRegion Method (String^)
Creates a region. Not supported in Windows Azure Shared Caching.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
Parameters
- region
-
Type:
System::String^
The name of the region that is created. Region names must be less than 65 KB.
A value of true indicates that the region created successfully. A value of false indicates that the region already existed.
Show: