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


In This Topic
    IsAgent Property
    In This Topic
    Indicates whether the server is an Agent (EngineMode is AgentOnly, MixedAgent, or LightweightAgent).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAgent As Boolean
    public bool IsAgent {get;}
    public:
    property bool IsAgent {
       bool get();
    }
    See Also