Open sandboxFocus

Property BackgroundTasksRetryPolicy

BackgroundTasksRetryPolicy

Gets or sets the IRetryPolicy that handles the retries of background (non-blocking) operations. The default value is the default instance of the BackgroundTasksRetryPolicy class.

Declaration
public IRetryPolicy BackgroundTasksRetryPolicy { get; set; }
Property Value
Type Description
IRetryPolicy