MaxRunTime Property (WebRequestTask)
In This Topic
The maximum execution time for the download. If the download exceeds the specified time it
will be terminated.
Syntax
'Declaration
Public Property MaxRunTime As TimeSpan
public TimeSpan MaxRunTime {get; set;}
See Also