Share via


IShellService.SendRemoteAction Method (Int32)

 

Namespace:   Microsoft.Windows.Simulator.Common
Assembly:  Microsoft.Windows.Simulator.Client (in Microsoft.Windows.Simulator.Client.dll)

Syntax

void SendRemoteAction(
    int remoteActionType
)
void SendRemoteAction(
    int remoteActionType
)
abstract SendRemoteAction : 
        remoteActionType:int -> unit
Sub SendRemoteAction (
    remoteActionType As Integer
)

Parameters

See Also

IShellService Interface
Microsoft.Windows.Simulator.Common Namespace

Return to top