AsyncSettings.RetryInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default rate of retries for failed asynchronous operations.
public:
property int RetryInterval { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int RetryInterval { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RetryInterval : int with get, set
Public Property RetryInterval As Integer
Property Value
The retry rate for failed asynchronous operations.
- Attributes
Remarks
This setting should be used in conjunction with the MaxRetries property.