adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / RunOnController Property


In This Topic
    RunOnController Property
    In This Topic
    Indicates whether jobs assigned to this queue run on the Controller server
    Syntax
    'Declaration
     
    
    Public Property RunOnController As Boolean
    public bool RunOnController {get; set;}
    public:
    property bool RunOnController {
       bool get();
       void set (    bool value);
    }
    See Also