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

In This Topic
    JobQueue Property (Job)
    In This Topic
    The System.Collections.Queue that the job belongs to
    Syntax
    'Declaration
     
    
    Public Property JobQueue As JobQueue
    public JobQueue JobQueue {get; set;}
    Remarks
    A Queue is required.
    See Also