ISimulator.SendRemoteAction(RemoteSessionActionType) 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.
Sends the specified RemoteSessionActionType to the Simulator session. Currently only RemoteActionType.StartScreen is supported.
public:
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
Public Sub SendRemoteAction (remoteActionType As RemoteSessionActionType)
Parameters
- remoteActionType
- RemoteSessionActionType
The type of remote action to send to the Simulator session.
Exceptions
Thrown if the value of remoteActionType
is not RemoteActionType.StartScreen.