IDriverManager GetTop100DeviceByDriver Method
[This is preliminary documentation and is subject to change.]
Get 100 devices on which the specified driver may be executed
Namespace: Netadmin.Management.Drivers Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary <long , string > GetTop100DeviceByDriver (
long driverId ,
string deviceNameStartsWith ,
IEnumerable <long > companyIds
)Function GetTop100DeviceByDriver (
driverId As Long ,
deviceNameStartsWith As String ,
companyIds As IEnumerable (Of Long )
) As IReadOnlyDictionary (Of Long , String )Parameters driverId Type: System Int64 The Id of the driver deviceNameStartsWith Type: System String A partial (starts with) name of the device companyIds Type: System.Collections.Generic IEnumerable Int64 Company Ids to search for devices Return Value Type:
IReadOnlyDictionary Int64 ,
String [Missing <returns> documentation for "M:Netadmin.Management.Drivers.IDriverManager.GetTop100DeviceByDriver(System.Int64,System.String,System.Collections.Generic.IEnumerable{System.Int64})"]
See Also