adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobQueue Class / GetInstanceCounts Method

In This Topic
    GetInstanceCounts Method (JobQueue)
    In This Topic
    Gets the instance counts for the queue
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function GetInstanceCounts() As InstanceCounts
    [NotNull()]
    public InstanceCounts GetInstanceCounts()
    Remarks
    This value is only set if the queue was fetched through GetJobTree
    See Also