DdaAutomationAdapter.DoAction Method
DdaAutomationAdapter implementation of the adapter DoAction method.
Namespace: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter
Assembly: Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter (in Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.dll)
Usage
'Usage
Dim instance As DdaAutomationAdapter
Dim action As Action
Dim raArgs As RequestActionEventArgs
Dim returnValue As Boolean
returnValue = instance.DoAction(action, raArgs)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Overrides Function DoAction ( _
action As Action, _
raArgs As RequestActionEventArgs _
) As Boolean
[CLSCompliantAttribute(false)]
public override bool DoAction (
Action action,
RequestActionEventArgs raArgs
)
[CLSCompliantAttribute(false)]
public:
virtual bool DoAction (
Action^ action,
RequestActionEventArgs^ raArgs
) override
/** @attribute CLSCompliantAttribute(false) */
public boolean DoAction (
Action action,
RequestActionEventArgs raArgs
)
CLSCompliantAttribute(false)
public override function DoAction (
action : Action,
raArgs : RequestActionEventArgs
) : boolean
Parameters
- action
Specifies the action.
- raArgs
Specifies the request action event args.
Return Value
Type: Boolean
True if the action is successful, 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
DdaAutomationAdapter Class
DdaAutomationAdapter Members
Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.