Click or drag to resize

LockResult Constructor

IT Hit WebDAV Classes Reference
Initializes a new instance of the LockResult class.

Namespace:  ITHit.WebDAV.Server.Class2
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public LockResult(
	string token,
	TimeSpan timeOut
)

Parameters

token
Type: SystemString
Lock token associated with a lock.
timeOut
Type: SystemTimeSpan
Timeout value. TimeSpan.MaxValue means 'never'.
See Also