Skip to main content

Commands: RetryCopyingAsync

#Commands: RetryCopyingAsync

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

Syntax

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

Example

await store.AsyncFilesCommands.Storage
.RetryCopyingAsync();