ISimulator.SendRemoteAction(RemoteSessionActionType) Methode

Definition

Sendet das angegebene RemoteSessionActionType an die Simulatorsitzung. Zurzeit wird nur remoteaction Type. Startscreen unterstützt.

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)

Parameter

remoteActionType
RemoteSessionActionType

Der Typ der Remote Aktion, die an die Simulatorsitzung gesendet werden soll.

Ausnahmen

Wird ausgelöst, wenn der Wert von remoteActionType nicht remoteaction Type. Startscreen ist.

Gilt für