SimulatorClient.SendRemoteAction(RemoteSessionActionType) Method

Definition

Sends the specified RemoteSessionActionType to the Simulator session. Currently only RemoteActionType.StartScreen is supported.

public:
 virtual void SendRemoteAction(Microsoft::Windows::Simulator::Client::RemoteSessionActionType remoteActionType);
public void SendRemoteAction (Microsoft.Windows.Simulator.Client.RemoteSessionActionType remoteActionType);
abstract member SendRemoteAction : Microsoft.Windows.Simulator.Client.RemoteSessionActionType -> unit
override this.SendRemoteAction : Microsoft.Windows.Simulator.Client.RemoteSessionActionType -> unit
Public Sub SendRemoteAction (remoteActionType As RemoteSessionActionType)

Parameters

remoteActionType
RemoteSessionActionType

The type of remote action to send to the Simulator session.

Implements

Exceptions

Thrown if the value of remoteActionType is not RemoteActionType.StartScreen.

Applies to