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
)
Public Sub New (
token As String,
timeOut As TimeSpan
)
public:
LockResult(
String^ token,
TimeSpan timeOut
)
new :
token : string *
timeOut : TimeSpan -> LockResult
Parameters
- token
- Type: SystemString
Lock token associated with a lock. - timeOut
- Type: SystemTimeSpan
Timeout value. TimeSpan.MaxValue means 'never'.
See Also