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 SourceCreateCopyTargetActionsAsync(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 |