RemoteDesktopConnectionInfo.SwitchToLocalSession Method

Definition

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.

Applies to