Commands: RetryRenamingAsync

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

Syntax

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

Example

await store.AsyncFilesCommands.Storage
		.RetryRenamingAsync();