Compartir a través de


AutomationBridgeService.ExecuteControlAction Method

Definition

Calls the corresponding method on the Data Driven Adapter configured for the hosted application.

public:
 void ExecuteControlAction(System::String ^ applicationName, System::String ^ controlName, bool async, System::String ^ data);
public void ExecuteControlAction (string applicationName, string controlName, bool async, string data);
member this.ExecuteControlAction : string * string * bool * string -> unit
Public Sub ExecuteControlAction (applicationName As String, controlName As String, async As Boolean, data As String)

Parameters

applicationName
String

Specifies the application name.

controlName
String

Specifies the control name.

async
Boolean

True if it is an asynchronous call, otherwise false.

data
String

Specifies the data.

Applies to