NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
GetTask.Timeout Property
[This is preliminary documentation and subject to change.]
The length of time, in milliseconds, until the request times out. The default is 100000
milliseconds.
[Visual Basic]
<TaskAttribute(Name:="timeout", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
Int32Validator(MinValue:=-2147483648, MaxValue:=2147483647, Base:=10)>
Public Property Timeout As
Integer
[C#]
[TaskAttribute(Name="timeout", Required=False, ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=-2147483648, MaxValue=2147483647, Base=10)]
public
int Timeout {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.GetTask.Timeout
See Also
GetTask Class | NAnt.Core.Tasks Namespace