DataCacheErrorCode.CacheItemVersionMismatch Field

The object in the cache does not match with the specified version.

Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)

Usage

'Usage
Dim value As Integer

value = DataCacheErrorCode.CacheItemVersionMismatch

Syntax

'Declaration
Public Const CacheItemVersionMismatch As Integer
public const int CacheItemVersionMismatch
public:
literal int CacheItemVersionMismatch
public static final int CacheItemVersionMismatch
public const var CacheItemVersionMismatch : int

Remarks

Version comparisons are only meaningful when comparing versions of the same item specified with the same key. Comparison methods may return a result, but the result is only valid for versions of the same key.

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