Creates a connection to a remote terminal server.
Declaring type: ITerminalServicesManager
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract ITerminalServer GetRemoteServer (
        string serverName
) 
Parameters
serverName
The name of the terminal server.
Return Value
A ITerminalServer instance representing the requested server.