AutomationAdapter.DoAction(Action, RequestActionEventArgs) 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.
AutomationAdapter implementation of the adapter’s DoAction method.
public:
override bool DoAction(Microsoft::Uii::Csr::Action ^ action, Microsoft::Uii::Csr::RequestActionEventArgs ^ raArgs);
public override bool DoAction (Microsoft.Uii.Csr.Action action, Microsoft.Uii.Csr.RequestActionEventArgs raArgs);
override this.DoAction : Microsoft.Uii.Csr.Action * Microsoft.Uii.Csr.RequestActionEventArgs -> bool
Public Overrides Function DoAction (action As Action, raArgs As RequestActionEventArgs) As Boolean
Parameters
- action
- Action
Specifies the action to be performed.
- raArgs
- RequestActionEventArgs
Specifies the request action arguments.
Returns
True
if the action is performed successfully, otherwise false
.