Share via


DataCacheErrorCode.ObjectNotLocked Field

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

The object is not locked; integer value equals 14.

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

Syntax

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

value = DataCacheErrorCode.ObjectNotLocked
public const int ObjectNotLocked
public:
literal int ObjectNotLocked
public static final int ObjectNotLocked
public const var ObjectNotLocked : 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