adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ServerLoadInfo Class / SetQueueInfo Method


In This Topic
    SetQueueInfo Method
    In This Topic
    Passes in information about the Queues on the server and updates server totals for job counts.
    Syntax
    'Declaration
     
    
    Public Sub SetQueueInfo( _
       ByVal source As List(Of QueueLoadInfo) _
    ) 
    public void SetQueueInfo( 
       List<QueueLoadInfo> source
    )
    public:
    void SetQueueInfo( 
       List<QueueLoadInfo^>^ source
    ) 

    Parameters

    source
    Remarks
    This method sums up the job counts for all the queues into the server-level counts.
    See Also