Click or drag to resize

LockInfoTimeOut Property

IT Hit WebDAV Classes Reference
Lock expiration time.

Namespace:  ITHit.WebDAV.Server.Class2
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public Nullable<TimeSpan> TimeOut { get; set; }

Property Value

Type: NullableTimeSpan
Remarks
Lock timeout which was requested by client. MaxValue means infinity lock that never expires. The null value means that timeout was not provided by a client.
See Also