次の方法で共有


AsyncSettings.RetryInterval Property

Definition

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.

Applies to