IServerPoolManagerListTop100ByName Method |
[This is preliminary documentation and is subject to change.]
Returns the top 100 servers starting with specified name
Namespace: Netadmin.Management.MaintenanceAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<INameable> ListTop100ByName(
string partialName
)
Function ListTop100ByName (
partialName As String
) As IEnumerable(Of INameable)
Parameters
- partialName
- Type: SystemString
The name
Return Value
Type:
IEnumerableINameable[Missing <returns> documentation for "M:Netadmin.Management.Maintenance.IServerPoolManager.ListTop100ByName(System.String)"]
See Also