adTempus API
ArcanaDevelopment.adTempus.Client Namespace / WebRequestTask Class / MaxRunTime Property


In This Topic
    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;}
    public:
    property TimeSpan MaxRunTime {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Set to System.TimeSpan.Zero for no limit.
    See Also