DataCacheErrorCode.RegionDoesNotExist Field

 

The region does not exist.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public const int RegionDoesNotExist
public:
literal int RegionDoesNotExist
static val mutable RegionDoesNotExist : int
Public Const RegionDoesNotExist As Integer

Field Value

Type: System.Int32

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 F:Microsoft.Data.Caching.DataCache.CreateRegion method. For more information about regions, see .fc7448ae-abdb-47d1-8d16-fff16a374e67

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top