RemoteDesktopConnectionInfo.SwitchToLocalSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the OS that the user has requested to switch to the local session.
public:
virtual void SwitchToLocalSession() = SwitchToLocalSession;
void SwitchToLocalSession();
public void SwitchToLocalSession();
function switchToLocalSession()
Public Sub SwitchToLocalSession ()
Remarks
The remote desktop provider's remote desktop host service informs the remote desktop client app that the user has requested to switch to the local session over a network channel. When that request is received, the remote desktop client app calls SwitchToLocalSession to notify the OS of the request.