Click or drag to resize
IServerPoolManagerGetComputedNetServers Method

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

Returns computed net servers

Namespace: Netadmin.Management.Maintenance
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IExtendedNetServer> GetComputedNetServers(
	long poolId = 0
)

Parameters

poolId (Optional)
Type: SystemInt64
Optional pool id

Return Value

Type: IEnumerableIExtendedNetServer

[Missing <returns> documentation for "M:Netadmin.Management.Maintenance.IServerPoolManager.GetComputedNetServers(System.Int64)"]

See Also