TestRunConfiguration.AgentNotRespondingTimeout Property
Gets or sets the time limit for non-responding test agents.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
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)
Property Value
Type: System.Int32
A time limit for the agents not responding.
Exceptions
Exception | Condition |
---|---|
Common_CannotBeLessThanZero | Time limit < 0. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.