NAnt SDK Documentation - v0.92

SleepTask.Milliseconds Property

Milliseconds to add to the sleep time.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="milliseconds", ExpandProperties:=True, ProcessXml:=True), _  Int32Validator(MinValue:=0, MaxValue:=2147483647, Base:=10)>
Public Property Milliseconds As Integer
[C#]
[TaskAttribute(Required=False, Name="milliseconds", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=0, MaxValue=2147483647, Base=10)]
public int Milliseconds {get; set;}

See Also

SleepTask Class | NAnt.Core.Tasks Namespace