adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ComputerMonitor Class / WaitTimeout Property


In This Topic
    WaitTimeout Property
    In This Topic
    The timeout for requests.
    Syntax
    'Declaration
     
    
    Public Property WaitTimeout As Integer
    public int WaitTimeout {get; set;}
    public:
    property int WaitTimeout {
       int get();
       void set (    int value);
    }
    See Also