INetworkDiscoveryManagement.GetNetworkDiscoveriesForPendingDevices(IList<PartialMonitoringObject>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get NetworkDiscovery objects associated with the pending devices
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::NetworkMonitoring::NetworkDiscovery ^> ^ GetNetworkDiscoveriesForPendingDevices(System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::PartialMonitoringObject ^> ^ pendingDevices);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.NetworkMonitoring.NetworkDiscovery> GetNetworkDiscoveriesForPendingDevices (System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject> pendingDevices);
abstract member GetNetworkDiscoveriesForPendingDevices : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.NetworkMonitoring.NetworkDiscovery>
Public Function GetNetworkDiscoveriesForPendingDevices (pendingDevices As IList(Of PartialMonitoringObject)) As IList(Of NetworkDiscovery)
Parameters
- pendingDevices
- IList<PartialMonitoringObject>