'Declaration
<NotNullAttribute()> Public Function GetServerLoadInfo( _ ByVal includeController As Boolean, _ ByVal includeAgents As Boolean, _ ByVal agentOIDs() As OID _ ) As ReadOnlyCollection(Of ServerLoadInfo)
[NotNull()] public ReadOnlyCollection<ServerLoadInfo> GetServerLoadInfo( bool includeController, bool includeAgents, OID[] agentOIDs )
[NotNull()] public: ReadOnlyCollection<ServerLoadInfo^>^ GetServerLoadInfo( bool includeController, bool includeAgents, array<OID^>^ agentOIDs )
Parameters
- includeController
- 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.