IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Specifies the strength of a lock to acquire.
Namespace: IBM.WebSphere.Caching.MapAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Shared | 0 | Shared lock that can be obtained if no one is currently holding an exclusive lock. | |
Upgradable | 1 | Upgradable lock that can be obtained if no one is currently holding an upgradable or exclusive lock. | |
Exclusive | 2 | Exclusive lock that can only be obtained if no locks are held. |
See Also