Share via


DataCacheErrorCode.ObjectLocked Field

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

The cached object has already been locked; integer value equals 13.

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

Syntax

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

value = DataCacheErrorCode.ObjectLocked
public const int ObjectLocked
public:
literal int ObjectLocked
public static final int ObjectLocked
public const var ObjectLocked : int

Remarks

For more information about concurrency, see Concurrency Models (Velocity) and Concurrency Methods (Velocity).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace