Skip to main content

Commands: RetryRenamingAsync

Syntax

#Commands: RetryRenamingAsync

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

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

Example

await store.AsyncFilesCommands.Storage
.RetryRenamingAsync();