TraceReplayOptions.HealthMonitorWaitInterval Property

Definition

Gets or sets the maximum permitted lifetime of an unused thread.

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

Property Value

An Int32 value that specifies the maximum permitted lifetime of an unused thread.

Examples

Readme_Tracer

Applies to