AutomationBridgeService.ExecuteControlAction 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.
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.