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