ReplicationNeighbor.ConsecutiveFailureCount プロパティ

定義

最後に成功したレプリケーション サイクル以降のレプリケーションエラーの数を取得します。

public:
 property int ConsecutiveFailureCount { int get(); };
public int ConsecutiveFailureCount { get; }
member this.ConsecutiveFailureCount : int
Public ReadOnly Property ConsecutiveFailureCount As Integer

プロパティ値

最後に成功したレプリケーション試行以降に、このソースからのレプリケーション試行が失敗した回数。 以前の試行が成功しなかった場合、戻り値は、ソースが近隣ノードとして追加されてから失敗したレプリケーション試行の数です。

適用対象