ManagementGroupAdministration.GetAgentManagedComputersFromAgentPendingActions(IList<MonitoringObject>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a ReadOnlyCollection<T> of AgentManagedComputer object.