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


In This Topic
    AgentOptions Property
    In This Topic
    Options that control how this queue behaves when Distributed Scheduling is in use
    Syntax
    'Declaration
     
    
    Public Property AgentOptions As JobAgentOptions
    public JobAgentOptions AgentOptions {get; set;}
    public:
    property JobAgentOptions AgentOptions {
       JobAgentOptions get();
       void set (    JobAgentOptions value);
    }
    See Also