Show / Hide Table of Contents

Interface IRemoteMoveTargetActionsFactory

The interface for a factory to create remote move target actions

Namespace:FubarDev.WebDavServer.Engines.Remote
Assembly:FubarDev.WebDavServer.dll
Syntax
public interface IRemoteMoveTargetActionsFactory

Methods

| Improve this Doc View Source

CreateMoveTargetActionsAsync(Uri, CancellationToken)

Creates a remote target action impleemtation

Declaration
[NotNull]
[ItemCanBeNull]
Task<IRemoteMoveTargetActions> CreateMoveTargetActionsAsync(Uri destinationUrl, CancellationToken cancellationToken)
Parameters
Type Name Description
Uri destinationUrl

The destination URL

CancellationToken cancellationToken

The cancellation token

Returns
Type Description
Task<IRemoteMoveTargetActions>

The remote target action implementation

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