Expand Minimize
This topic has not yet been rated - Rate this topic

DataCacheErrorCode.RegionDoesNotExist Field

The region does not exist.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)
'Usage
Dim value As Integer

value = DataCacheErrorCode.RegionDoesNotExist

public const int RegionDoesNotExist
public static final int RegionDoesNotExist
public const var RegionDoesNotExist : int

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).


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
  http://msdn.microsoft.com/en-us/library/microsoft.applicationserver.caching 2011-08-26
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.