adTempus API
ArcanaDevelopment.adTempus.Client Namespace / QueueAgentJoin Class / Priority Property


In This Topic
    Priority Property (QueueAgentJoin)
    In This Topic
    The priority to use when assigning jobs to agents
    Syntax
    'Declaration
     
    
    Public Property Priority As Integer
    public int Priority {get; set;}
    public:
    property int Priority {
       int get();
       void set (    int value);
    }
    Remarks
    Set to 0 to ignore priority. Jobs are assigned to agents with higher priority before agents with lower priority.
    See Also