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


In This Topic
    IsMixedAgent Property
    In This Topic
    Indicates whether the server is a mixed agent (EngineMode is MixedAgent).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsMixedAgent As Boolean
    public bool IsMixedAgent {get;}
    public:
    property bool IsMixedAgent {
       bool get();
    }
    See Also