Interface IActiveLock
An interface for the information about an active lock
Inherited Members
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IActiveLock : ILock
Properties
| Improve this Doc View SourceExpiration
Gets the timestamp when this lock expires
Declaration
DateTime Expiration { get; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
| Improve this Doc View SourceIssued
Gets the timestamp when this lock was issued
Declaration
DateTime Issued { get; }
Property Value
Type | Description |
---|---|
DateTime |
LastRefresh
Gets the timestamp when this lock was refreshed
Declaration
DateTime? LastRefresh { get; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> |
StateToken
Gets the state token
Declaration
[NotNull]
string StateToken { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
This is always a valid URI (might be relative)