Share via


ConnectionMonitorSuccessThreshold クラス

定義

テストの成功を宣言するためのしきい値について説明します。

public class ConnectionMonitorSuccessThreshold
type ConnectionMonitorSuccessThreshold = class
Public Class ConnectionMonitorSuccessThreshold
継承
ConnectionMonitorSuccessThreshold

コンストラクター

ConnectionMonitorSuccessThreshold()

ConnectionMonitorSuccessThreshold クラスの新しいインスタンスを初期化します。

ConnectionMonitorSuccessThreshold(Nullable<Int32>, Nullable<Double>)

ConnectionMonitorSuccessThreshold クラスの新しいインスタンスを初期化します。

プロパティ

ChecksFailedPercent

テストが成功として評価できる失敗したチェックの最大割合を取得または設定します。

RoundTripTimeMs

テストが成功と評価するために許可される最大ラウンドトリップ時間をミリ秒単位で取得または設定します。

適用対象