Share via


DataCacheErrorCode.InvalidCacheLockHandle Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The specified lock handle is not valid; integer value equals 15.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Const InvalidCacheLockHandle As Integer
'Usage
Dim value As Integer

value = DataCacheErrorCode.InvalidCacheLockHandle
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).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace