GetTask.

Timeout Property

Summary

The length of time, in milliseconds, until the request times out. The default is 100000 milliseconds.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
GetTask

Syntax

[TaskAttribute("timeout")]
[Int32Validator()]
public int Timeout { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
Int32ValidatorAttribute Indicates that property should be able to be converted into a int within the given range.

Value

Type Description
int