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

In This Topic
    JobCount Property (JobQueue)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property JobCount As Nullable(Of Integer)
    public Nullable<int> JobCount {get;}
    See Also