ManagementGroupAdministration.GetAgentManagedComputersFromAgentPendingActions(IList<MonitoringObject>) Method

Definition

Get agent managed computers from agent pending actions.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::AgentManagedComputer ^> ^ GetAgentManagedComputersFromAgentPendingActions(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringObject ^> ^ monitoringObjects);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer> GetAgentManagedComputersFromAgentPendingActions (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject> monitoringObjects);
member this.GetAgentManagedComputersFromAgentPendingActions : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject> -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.AgentManagedComputer>
Public Function GetAgentManagedComputersFromAgentPendingActions (monitoringObjects As IList(Of MonitoringObject)) As ReadOnlyCollection(Of AgentManagedComputer)

Parameters

monitoringObjects
IList<MonitoringObject>

The list of user action manager monitoring objects to get the agent-managed computers from.

Returns

ReadOnlyCollection<AgentManagedComputer>

Returns a ReadOnlyCollection<T> of AgentManagedComputer object.

Applies to