DataCacheErrorCode.KeyAlreadyExists Field

 

The key is already present in the cache or region.

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

Syntax

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

Field Value

Type: System.Int32

Remarks

Keys used to cache objects must be unique within regions and outside of regions.

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top