Show / Hide Table of Contents

Interface IDeleteHandler

Interface for the DELETE handler

Inherited Members
IHandler.HttpMethods
Namespace:FubarDev.WebDavServer.Handlers
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IDeleteHandler : IClass1Handler, IHandler

Methods

| Improve this Doc View Source

DeleteAsync(String, CancellationToken)

Deletes the element at the given path

Declaration
[NotNull]
[ItemNotNull]
Task<IWebDavResult> DeleteAsync([NotNull] string path, CancellationToken cancellationToken)
Parameters
Type Name Description
String path

The path to the element to delete

CancellationToken cancellationToken

The cancellcation token

Returns
Type Description
Task<IWebDavResult>

The result of the operation

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