BackgroundRecoveryRetryPolicy
Gets or sets the IRetryPolicy that handles the retry loop of background recovery actions (see InvalidateDependencyInBackground or RemoveItemInBackground). The default value is the default instance of the BackgroundTasksRetryPolicy class.
Declaration
public IRetryPolicy BackgroundRecoveryRetryPolicy { get; set; }Property Value
| Type | Description |
|---|---|
| IRetryPolicy |