adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetJobQueues Method / GetJobQueues() Method


In This Topic
    GetJobQueues() Method
    In This Topic
    Gets all Job Queues the caller has permission for
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overloads Function GetJobQueues() As JobQueueCollection
    [NotNull()]
    public JobQueueCollection GetJobQueues()
    [NotNull()]
    public:
    JobQueueCollection^ GetJobQueues(); 

    Return Value

    All Job Queues that the caller has at least View permission for
    See Also