Share via


DataCacheErrorCode.RegionDoesNotExist Field

The region does not exist.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim value As Integer

value = DataCacheErrorCode.RegionDoesNotExist

Syntax

'Declaration
Public Const RegionDoesNotExist As Integer
public const int RegionDoesNotExist
public:
literal int RegionDoesNotExist
public static final int RegionDoesNotExist
public const var RegionDoesNotExist : int

Remarks

Regions are a cache construct and do not persist in cache after the cache cluster is restarted. Each time the cluster starts, regions much be created with the CreateRegion method. For more information about regions, see Logical Model (Velocity).

Platforms

Development Platforms

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26