Share via


ManagementPackDiagnostic.Timeout Property

Definition

Gets or sets the amount of time that the diagnostic object is allowed to execute for before being terminated by the health service.

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

Property Value

An integer value that is the amount of time that the diagnostic object is allowed to execute for before being terminated by the health service.

Applies to