DataCacheErrorCode.InvalidCacheLockHandle Field
The specified lock handle is not valid.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)
Usage
'Usage
Dim value As Integer
value = DataCacheErrorCode.InvalidCacheLockHandle
Syntax
'Declaration
Public Const InvalidCacheLockHandle As Integer
public const int InvalidCacheLockHandle
public:
literal int InvalidCacheLockHandle
public static final int InvalidCacheLockHandle
public const var InvalidCacheLockHandle : int
Remarks
The lockHandle parameter of the lock-related methods must match the DataCacheLockHandle of the locked object to succeed. For more information about concurrency, see Concurrency Models (Velocity) and Concurrency Methods (Velocity).
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