Namespace:
Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IAdministrationManagement Dim monitoringObjects As IList(Of MonitoringObject) Dim returnValue As IList(Of AgentManagedComputer) returnValue = instance.GetAgentManagedComputersFromAgentPendingActions(monitoringObjects)Function GetAgentManagedComputersFromAgentPendingActions ( _ monitoringObjects As IList(Of MonitoringObject) _ ) As IList(Of AgentManagedComputer)IList<AgentManagedComputer> GetAgentManagedComputersFromAgentPendingActions ( IList<MonitoringObject> monitoringObjects )IList<AgentManagedComputer^>^ GetAgentManagedComputersFromAgentPendingActions ( IList<MonitoringObject^>^ monitoringObjects )IList<AgentManagedComputer> GetAgentManagedComputersFromAgentPendingActions ( IList<MonitoringObject> monitoringObjects )function GetAgentManagedComputersFromAgentPendingActions ( monitoringObjects : IList<MonitoringObject> ) : IList<AgentManagedComputer>
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As IAdministrationManagement Dim monitoringObjects As IList(Of MonitoringObject) Dim returnValue As IList(Of AgentManagedComputer) returnValue = instance.GetAgentManagedComputersFromAgentPendingActions(monitoringObjects)Function GetAgentManagedComputersFromAgentPendingActions ( _ monitoringObjects As IList(Of MonitoringObject) _ ) As IList(Of AgentManagedComputer)IList<AgentManagedComputer> GetAgentManagedComputersFromAgentPendingActions ( IList<MonitoringObject> monitoringObjects )IList<AgentManagedComputer^>^ GetAgentManagedComputersFromAgentPendingActions ( IList<MonitoringObject^>^ monitoringObjects )IList<AgentManagedComputer> GetAgentManagedComputersFromAgentPendingActions ( IList<MonitoringObject> monitoringObjects )function GetAgentManagedComputersFromAgentPendingActions ( monitoringObjects : IList<MonitoringObject> ) : IList<AgentManagedComputer>
Any public static
(Shared in Visual Basic) members of this type are thread safe. Any
instance members are not guaranteed to be thread safe.