ConnectionMonitorSuccessThreshold Class

Definition

Describes the threshold for declaring a test successful.

public class ConnectionMonitorSuccessThreshold
type ConnectionMonitorSuccessThreshold = class
Public Class ConnectionMonitorSuccessThreshold
Inheritance
ConnectionMonitorSuccessThreshold

Constructors

ConnectionMonitorSuccessThreshold()

Initializes a new instance of the ConnectionMonitorSuccessThreshold class.

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

Initializes a new instance of the ConnectionMonitorSuccessThreshold class.

Properties

ChecksFailedPercent

Gets or sets the maximum percentage of failed checks permitted for a test to evaluate as successful.

RoundTripTimeMs

Gets or sets the maximum round-trip time in milliseconds permitted for a test to evaluate as successful.

Applies to