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