TraceReplayOptions.HealthMonitorPollInterval Property

Definition

Gets or sets the interval between checking for unused threads in seconds.

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

Property Value

An Int32 value that specifies the interval between checking for unused threads in seconds.

Examples

Readme_Tracer

Applies to