Show / Hide Table of Contents

Interface IRemoteCopyTargetActionsFactory

The interface for a factory to create remote copy target actions

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

Methods

| Improve this Doc View Source

CreateCopyTargetActionsAsync(Uri, CancellationToken)

Creates a remote target action impleemtation

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

The destination URL

CancellationToken cancellationToken

The cancellation token

Returns
Type Description
Task<IRemoteCopyTargetActions>

The remote target action implementation

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