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