Share via


RunPollingOptions.MaximumRetryCount Property

Definition

Gets or sets the maximum retry count when polling thread-run status.

public int MaximumRetryCount { get; set; }
member this.MaximumRetryCount : int with get, set
Public Property MaximumRetryCount As Integer

Property Value

Remarks

This value only affects failures that have the potential to be transient. Explicit server error responses will result in immediate failure.

Applies to