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


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