Udostępnij za pośrednictwem


Właściwość TestRunConfiguration.AgentNotRespondingTimeout —

Zwraca lub ustawia limit czasu dla testu nonresponding agentów.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
Public Property AgentNotRespondingTimeout As Integer
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)

Wartość właściwości

Typ: System.Int32
Limit czasu dla agentów nie odpowiada.

Wyjątki

Wyjątek Warunek
Common_CannotBeLessThanZero

Limit czasu < 0.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestRunConfiguration Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common