ComputerHealthService.InsertRemotelyManagedComputers Method (IList)

Updated: April 16, 2012

Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ComputerHealthService Dim computersToInsert As IList(Of CreatableEnterpriseManagementObject) Dim returnValue As ReadOnlyCollection(Of RemotelyManagedComputer) returnValue = instance.InsertRemotelyManagedComputers(computersToInsert)Public Function InsertRemotelyManagedComputers ( _ computersToInsert As IList(Of CreatableEnterpriseManagementObject) _ ) As ReadOnlyCollection(Of RemotelyManagedComputer)public ReadOnlyCollection<RemotelyManagedComputer> InsertRemotelyManagedComputers ( IList<CreatableEnterpriseManagementObject> computersToInsert )public: ReadOnlyCollection<RemotelyManagedComputer^>^ InsertRemotelyManagedComputers ( IList<CreatableEnterpriseManagementObject^>^ computersToInsert )public ReadOnlyCollection<RemotelyManagedComputer> InsertRemotelyManagedComputers ( IList<CreatableEnterpriseManagementObject> computersToInsert )public function InsertRemotelyManagedComputers ( computersToInsert : IList<CreatableEnterpriseManagementObject> ) : ReadOnlyCollection<RemotelyManagedComputer>ParameterscomputersToInsertReturn ValueReturns ReadOnlyCollection.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms