Compartir a través de


AutomationBridgeService.RemoveDoActionEventTrigger Method

Definition

Removes an event trigger against the Data Driven Adapter configured for the hosted application.

public:
 void RemoveDoActionEventTrigger(System::String ^ applicationName, System::String ^ controlName, System::String ^ eventName, System::String ^ actionAppName, System::String ^ actionName);
public void RemoveDoActionEventTrigger (string applicationName, string controlName, string eventName, string actionAppName, string actionName);
member this.RemoveDoActionEventTrigger : string * string * string * string * string -> unit
Public Sub RemoveDoActionEventTrigger (applicationName As String, controlName As String, eventName As String, actionAppName As String, actionName As String)

Parameters

applicationName
String

Specifies the application name.

controlName
String

Specifies the control name.

eventName
String

Specifies the event name.

actionAppName
String

Specifies the action application name.

actionName
String

Specifies the action name.

Applies to