Click or drag to resize
DiscoveryHostManagerGetTop100 Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Discovery.Implementation.DiscoveryHostManager.GetTop100(System.Linq.Expressions.Expression{System.Func{Netadmin.Management.Discovery.Dto.IDiscoveryHost,System.String}},System.String)"]

Namespace: Netadmin.Management.Discovery.Implementation
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public IReadOnlyDictionary<string, IEnumerable<long>> GetTop100(
	Expression<Func<IDiscoveryHost, string>> property,
	string rawSearchString
)

Parameters

property
Type: System.Linq.ExpressionsExpressionFuncIDiscoveryHost, String

[Missing <param name="property"/> documentation for "M:Netadmin.Management.Discovery.Implementation.DiscoveryHostManager.GetTop100(System.Linq.Expressions.Expression{System.Func{Netadmin.Management.Discovery.Dto.IDiscoveryHost,System.String}},System.String)"]

rawSearchString
Type: SystemString

[Missing <param name="rawSearchString"/> documentation for "M:Netadmin.Management.Discovery.Implementation.DiscoveryHostManager.GetTop100(System.Linq.Expressions.Expression{System.Func{Netadmin.Management.Discovery.Dto.IDiscoveryHost,System.String}},System.String)"]

Return Value

Type: IReadOnlyDictionaryString, IEnumerableInt64

[Missing <returns> documentation for "M:Netadmin.Management.Discovery.Implementation.DiscoveryHostManager.GetTop100(System.Linq.Expressions.Expression{System.Func{Netadmin.Management.Discovery.Dto.IDiscoveryHost,System.String}},System.String)"]

Implements

ITop100TGetTop100(ExpressionFuncT, String, String)
See Also