Show / Hide Table of Contents

Interface IActiveLock

An interface for the information about an active lock

Inherited Members
ILock.Path
ILock.Href
ILock.Recursive
ILock.AccessType
ILock.ShareMode
ILock.Timeout
ILock.GetOwner()
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IActiveLock : ILock

Properties

| Improve this Doc View Source

Expiration

Gets the timestamp when this lock expires

Declaration
DateTime Expiration { get; }
Property Value
Type Description
DateTime
See Also
Timeout
| Improve this Doc View Source

Issued

Gets the timestamp when this lock was issued

Declaration
DateTime Issued { get; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

LastRefresh

Gets the timestamp when this lock was refreshed

Declaration
DateTime? LastRefresh { get; }
Property Value
Type Description
Nullable<DateTime>
| Improve this Doc View Source

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)

Extension Methods

ActiveLockExtensions.ToXElement(IActiveLock, Boolean, Boolean)
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX