Freigeben über


TestRunConfiguration.AgentNotRespondingTimeout-Eigenschaft

Ruft das Zeitlimit für nicht reagierende Test-Agents ab oder legt es fest.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property AgentNotRespondingTimeout As Integer
    Get
    Set
public int AgentNotRespondingTimeout { get; set; }
public:
property int AgentNotRespondingTimeout {
    int get ();
    void set (int value);
}
member AgentNotRespondingTimeout : int with get, set
function get AgentNotRespondingTimeout () : int
function set AgentNotRespondingTimeout (value : int)

Eigenschaftswert

Typ: System.Int32
Ein Zeitlimit für die nicht reagierenden Agents.

Ausnahmen

Ausnahme Bedingung
Common_CannotBeLessThanZero

Zeitlimit < 0.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace