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


In This Topic
    IsConnected Property (RemoteAgent)
    In This Topic
    Indicates whether this agent is currently connected
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsConnected As Boolean
    public bool IsConnected {get;}
    public:
    property bool IsConnected {
       bool get();
    }
    See Also