AutomationBridgeService.RemoveDoActionEventTrigger Method
Removes an event trigger against the Data Driven Adapter configured for the hosted application.
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As AutomationBridgeService
Dim applicationName As String
Dim controlName As String
Dim eventName As String
Dim actionAppName As String
Dim actionName As String
instance.RemoveDoActionEventTrigger(applicationName, controlName, eventName, actionAppName, actionName)
Syntax
'Declaration
Public Sub RemoveDoActionEventTrigger ( _
applicationName As String, _
controlName As String, _
eventName As String, _
actionAppName As String, _
actionName As String _
)
public void RemoveDoActionEventTrigger (
string applicationName,
string controlName,
string eventName,
string actionAppName,
string actionName
)
public:
void RemoveDoActionEventTrigger (
String^ applicationName,
String^ controlName,
String^ eventName,
String^ actionAppName,
String^ actionName
)
public void RemoveDoActionEventTrigger (
String applicationName,
String controlName,
String eventName,
String actionAppName,
String actionName
)
public function RemoveDoActionEventTrigger (
applicationName : String,
controlName : String,
eventName : String,
actionAppName : String,
actionName : String
)
Parameters
- applicationName
Specifies the application name.
- controlName
Specifies the control name.
- eventName
Specifies the event name.
- actionAppName
Specifies the action application name.
- actionName
Specifies the action name.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AutomationBridgeService Class
AutomationBridgeService Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.