Share via


AsyncSettings.MaxStateStatusUpdateMaxRetryCount Property

Definition

Gets or sets the maximum number of times a database operation will be attempted before failure.

public:
 property int MaxStateStatusUpdateMaxRetryCount { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MaxStateStatusUpdateMaxRetryCount { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxStateStatusUpdateMaxRetryCount : int with get, set
Public Property MaxStateStatusUpdateMaxRetryCount As Integer

Property Value

The number of retries for a database operation.

Attributes

Applies to