Share via


FunctionInvokingRealtimeClient.MaximumConsecutiveErrorsPerRequest Property

Definition

Gets or sets the maximum number of consecutive iterations that are allowed to fail with an error.

public:
 property int MaximumConsecutiveErrorsPerRequest { int get(); void set(int value); };
public int MaximumConsecutiveErrorsPerRequest { get; set; }
member this.MaximumConsecutiveErrorsPerRequest : int with get, set
Public Property MaximumConsecutiveErrorsPerRequest As Integer

Property Value

The maximum number of consecutive iterations that are allowed to fail with an error. The default value is 3.

Applies to