LockTimeout Property
The time to live for the current resource lock.
Syntax
property LockTimeout: Integer;
Default Value
0
Remarks
The time to live for the current resource lock.
Before the calendar resource can be locked, the Lock 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 LockTimeout of 0 is specified, the server will use a default timeout. After a successful LockCalendar operation, the component will set the Lock LockTimeout property to the correct value returned in the server's response.
Data Type
Integer