NAnt SDK Documentation - v0.85-nightly-2005-11-09

ServiceControllerTask.Timeout Property

[This is preliminary documentation and subject to change.]

The time, in milliseconds, the task will wait for the service to reach the desired status. The default is 5000 milliseconds.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="timeout", ExpandProperties:=True, ProcessXml:=True)>
Public Property Timeout As Double
[C#]
[TaskAttribute(Required=False, Name="timeout", ExpandProperties=True, ProcessXml=True)]
public double Timeout {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.MSNet.Tasks.ServiceControllerTask.Timeout

See Also

ServiceControllerTask Class | NAnt.MSNet.Tasks Namespace