Click or drag to resize
IDriverManagerGetTop100DeviceByDriver 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
Syntax
IReadOnlyDictionary<long, string> GetTop100DeviceByDriver(
	long driverId,
	string deviceNameStartsWith,
	IEnumerable<long> companyIds
)

Parameters

driverId
Type: SystemInt64
The Id of the driver
deviceNameStartsWith
Type: SystemString
A partial (starts with) name of the device
companyIds
Type: System.Collections.GenericIEnumerableInt64
Company Ids to search for devices

Return Value

Type: IReadOnlyDictionaryInt64, String

[Missing <returns> documentation for "M:Netadmin.Management.Drivers.IDriverManager.GetTop100DeviceByDriver(System.Int64,System.String,System.Collections.Generic.IEnumerable{System.Int64})"]

See Also