adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / GetServerLoadInfo Method
Includes load information for the current server.
Includes load information for all or selected Remote Agents.
List of the OIDs of the Agents to return load information for, or null for all Agents.


In This Topic
    GetServerLoadInfo Method
    In This Topic
    Gets information about the current load on the server and/or its Agents.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function GetServerLoadInfo( _
       ByVal includeMaster As Boolean, _
       ByVal includeAgents As Boolean, _
       ByVal agentOIDs() As OID _
    ) As ReadOnlyCollection(Of ServerLoadInfo)

    Parameters

    includeMaster
    Includes load information for the current server.
    includeAgents
    Includes load information for all or selected Remote Agents.
    agentOIDs
    List of the OIDs of the Agents to return load information for, or null for all Agents.

    Return Value

    The most recent load information.
    See Also