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)
Usage
'Usage
Dim value As Integer
value = DataCacheErrorCode.KeyAlreadyExists
Syntax
'Declaration
Public Const KeyAlreadyExists As Integer
public const int KeyAlreadyExists
public:
literal int KeyAlreadyExists
public static final int KeyAlreadyExists
public const var KeyAlreadyExists : int
Remarks
Keys used to cache objects must be unique within regions and outside of regions.
Platforms
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
See Also
Reference
DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.ApplicationServer.Caching Namespace
ff425062(v=azure.10).md 2011-08-26