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


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