LockMode EnumerationIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Specifies the strength of a lock to acquire.

Namespace: IBM.WebSphere.Caching.Map
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Members

  Member nameValueDescription
Shared0 Shared lock that can be obtained if no one is currently holding an exclusive lock.
Upgradable1 Upgradable lock that can be obtained if no one is currently holding an upgradable or exclusive lock.
Exclusive2 Exclusive lock that can only be obtained if no locks are held.
See Also