Click or drag to resize
IServerPoolManagerGetNetServerDetails Method

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

Returns server details

Namespace: Netadmin.Management.Maintenance
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
INetServer GetNetServerDetails(
	long serverId
)

Parameters

serverId
Type: SystemInt64
The server id

Return Value

Type: INetServer

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

Exceptions
ExceptionCondition
ArgumentExceptionThe value of the server identifier must be greater than zero.
ObjectNotFoundException
See Also