Starts remote control of the session.
Declaring type: ITerminalServicesSession
Namespace: Cassia
Assembly: Cassia
Collapse/Expand Syntax
C#
public abstract void StartRemoteControl (
        ConsoleKey hotkey,
        RemoteControlHotkeyModifiers hotkeyModifiers
) 
Parameters
hotkey
The key to press to stop remote control of the session.
hotkeyModifiers
The modifiers for the key to press to stop remote control.s
Collapse/Expand Remarks
This method can only be called while running in a remote session. It blocks until remote control has ended, which could result from pressing the hotkey, logging off the target session, or disconnecting the target session (among other things).