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


In This Topic
    GetInstanceCounts Method (JobGroup)
    In This Topic
    Gets the instance counts for the group
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function GetInstanceCounts() As InstanceCounts
    [NotNull()]
    public InstanceCounts GetInstanceCounts()
    [NotNull()]
    public:
    InstanceCounts^ GetInstanceCounts(); 

    Return Value

    The InstanceCounts for the group, or a null reference (Nothing in Visual Basic) if the group was not fetched through GetJobTree
    Remarks
    This value is only set if the group was fetched through GetJobTree.
    See Also