Show / Hide Table of Contents

Interface ITimeoutPolicy

The policy to select the lock timeout

Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface ITimeoutPolicy

Methods

| Improve this Doc View Source

SelectTimeout(IReadOnlyCollection<TimeSpan>)

Selects the timeout from the list of client requested timeouts.

Declaration
TimeSpan SelectTimeout([NotNull] IReadOnlyCollection<TimeSpan> timeouts)
Parameters
Type Name Description
IReadOnlyCollection<TimeSpan> timeouts

The timeouts requested by the client

Returns
Type Description
TimeSpan

The timeout to use

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX