Gets the computers to which agents have been deployed that are managed by this server. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementServer
Dim returnValue As ReadOnlyCollection(Of AgentManagedComputer)

returnValue = instance.GetAgentManagedComputers

Syntax

Visual Basic
Public Function GetAgentManagedComputers As ReadOnlyCollection(Of AgentManagedComputer)
C#
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers ()
C++
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers ()
J#
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers ()
JScript
public function GetAgentManagedComputers () : ReadOnlyCollection<AgentManagedComputer>

Return Value

A read-only collection of type AgentManagedComputer that contains the agent-managed computers managed by this server.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also