AutomationAdapter.DoAction Method
AutomationAdapter implementation of the adapter’s DoAction method.
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As AutomationAdapter
Dim action As Action
Dim raArgs As RequestActionEventArgs
Dim returnValue As Boolean
returnValue = instance.DoAction(action, raArgs)
Syntax
'Declaration
Public Overrides Function DoAction ( _
action As Action, _
raArgs As RequestActionEventArgs _
) As Boolean
public override bool DoAction (
Action action,
RequestActionEventArgs raArgs
)
public:
virtual bool DoAction (
Action^ action,
RequestActionEventArgs^ raArgs
) override
public boolean DoAction (
Action action,
RequestActionEventArgs raArgs
)
public override function DoAction (
action : Action,
raArgs : RequestActionEventArgs
) : boolean
Parameters
- action
Specifies the action to be performed.
- raArgs
Specifies the request action arguments.
Return Value
Type: Boolean
True if the action is performed successfully, otherwise false.
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
AutomationAdapter Class
AutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.