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


In This Topic
    Agents Property (JobQueue)
    In This Topic
    The Remote Agents assigned to this queue
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property Agents As QueueAgentJoinCollection
    [NotNull()]
    public QueueAgentJoinCollection Agents {get;}
    [NotNull()]
    public:
    property QueueAgentJoinCollection^ Agents {
       QueueAgentJoinCollection^ get();
    }
    Remarks

    Jobs will be executed on the agents based on the AgentOptions settings. Jobs may also be executed on the Controller, based on RunOnController.

    See Also