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
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.
Gets or sets the maximum time to wait when acquiring a lock on an item in the grid map.
Namespace: IBM.WebSphere.Caching.MapAssembly: 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
Exception | Condition |
---|---|
System ArgumentException | Occurs if the value is not >= Zero. |
Remarks
See Also