adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / IsConnected Property


In This Topic
    IsConnected Property (Scheduler)
    In This Topic
    Indicates whether the server connection is still valid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsConnected As Boolean
    public bool IsConnected {get;}
    public:
    property bool IsConnected {
       bool get();
    }
    Remarks
    IsConnected will be False if a previous server operation has failed. If no operation has recently been performed, the information may not be accurate. Use PingServer to test the state of the connection.
    See Also