LockTimeout Property

The time to live for the current resource lock.

Syntax

public int getLockTimeout();
public void setLockTimeout(int lockTimeout);

Remarks

Before a call to the LockResource method, LockTimeout may be set to a specific amount of time needed for the locked operation to take place. The timeout is used to determine how long the lock may exist before the server automatically unlocks the resource URI. If Timeout of 0 is specified, the server will use a default timeout. After a successful LockResource operation, the component will set the LockTimeout property to the correct value returned in the server's response.

Default Value

0

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Android Edition - Version 20.0 [Build 8307]