NAnt SDK Documentation - v0.92 |
|
GetTask.Timeout Property
The length of time, in milliseconds, until the request times out. The default is 100000
milliseconds.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="timeout", ExpandProperties:=True, ProcessXml:=True), _
Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=10)>
Public Property Timeout As
Integer
[C#]
[TaskAttribute(Required=False, Name="timeout", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=10)]
public
int Timeout {get; set;}
See Also
GetTask Class | NAnt.Core.Tasks Namespace