Show / Hide Table of Contents

Class LockRefreshResult

The result of a LOCK refresh operation

Inheritance
Object
LockRefreshResult
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public class LockRefreshResult

Constructors

| Improve this Doc View Source

LockRefreshResult(response)

Initializes a new instance of the LockRefreshResult class.

Declaration
public LockRefreshResult(response errorResponse)
Parameters
Type Name Description
response errorResponse

The error to return

| Improve this Doc View Source

LockRefreshResult(IReadOnlyCollection<IActiveLock>)

Initializes a new instance of the LockRefreshResult class.

Declaration
public LockRefreshResult(IReadOnlyCollection<IActiveLock> refreshedLocks)
Parameters
Type Name Description
IReadOnlyCollection<IActiveLock> refreshedLocks

The active locks that could be refreshed

Properties

| Improve this Doc View Source

ErrorResponse

Gets the error response to return

Declaration
[CanBeNull]
public response ErrorResponse { get; }
Property Value
Type Description
response
| Improve this Doc View Source

RefreshedLocks

Gets the active lock when locking succeeded

Declaration
[CanBeNull]
public IReadOnlyCollection<IActiveLock> RefreshedLocks { get; }
Property Value
Type Description
IReadOnlyCollection<IActiveLock>
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX