RunPollingOptions.MaximumRetryCount 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 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.