IGridMapPessimisticAutoTx TKey, TValue  LockTimeout Property IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Gets or sets the maximum time to wait when acquiring a lock on an item in the grid map.

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

Field Value

The maximum time to wait when acquiring a lock on an item in the grid map.
Exceptions

ExceptionCondition
System ArgumentException Occurs if the value is not >= Zero.
Remarks

To prevent deadlocks from occurring, the grid map has a default timeout value of 15 seconds; however, on a heavily loaded system, lock timeouts can occur without an actual deadlock. Use this property to increase the value from the default to prevent false lock timeout exceptions from occurring.
See Also