Commands: RetryCopyingAsync

RetryCopyingAsync runs a background task that will resume unaccomplished file copies. Read Background tasks article for details.

Syntax

Task RetryCopyingAsync();
Return Value
Task A task that represents the asynchronous operation

Example

await store.AsyncFilesCommands.Storage
        .RetryCopyingAsync();