Share via


DataCacheErrorCode.RegionDoesNotExist Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The region does not exist; integer value equals 7.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Const RegionDoesNotExist As Integer
'Usage
Dim value As Integer

value = DataCacheErrorCode.RegionDoesNotExist
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).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace