次の方法で共有


FunctionInvokingRealtimeClient.MaximumConsecutiveErrorsPerRequest プロパティ

定義

エラーで失敗できる連続するイテレーションの最大数を取得または設定します。

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

プロパティ値

エラーで失敗できる連続するイテレーションの最大数。 既定値は、3 です。

適用対象