HostedApplicationAdapter.DoAction Method (Action, RequestActionEventArgs)

Called by UII whenever an action is about to be performed on the application.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As HostedApplicationAdapter
Dim action As Action
Dim args As RequestActionEventArgs
Dim returnValue As Boolean

returnValue = instance.DoAction(action, args)

Syntax

'Declaration
Public Overridable Function DoAction ( _
    action As Action, _
    args As RequestActionEventArgs _
) As Boolean
public virtual bool DoAction (
    Action action,
    RequestActionEventArgs args
)
public:
virtual bool DoAction (
    Action^ action, 
    RequestActionEventArgs^ args
)
public boolean DoAction (
    Action action, 
    RequestActionEventArgs args
)
public function DoAction (
    action : Action, 
    args : RequestActionEventArgs
) : boolean

Parameters

  • action
    Represents the action class that contains the information about what action to start.
  • args
    Represents the event arguments for request action event.

Return Value

Type: Boolean
true to accept the change; 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

HostedApplicationAdapter Class
HostedApplicationAdapter Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.