DataCacheErrorCode.RegionAlreadyExists Field

 

The region already exists.

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

Syntax

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

Field Value

Type: System.Int32

Remarks

Region names must be unique within each named cache. For more information about regions, see .fc7448ae-abdb-47d1-8d16-fff16a374e67

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top