HostedApplicationAdapter.AdapterFireRequestAction Method

Used by inherited classes to request an action through UII to other applications.

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

Usage

'Usage
Dim instance As HostedApplicationAdapter
Dim args As RequestActionEventArgs

instance.AdapterFireRequestAction(args)

Syntax

'Declaration
Public Sub AdapterFireRequestAction ( _
    args As RequestActionEventArgs _
)
public void AdapterFireRequestAction (
    RequestActionEventArgs args
)
public:
void AdapterFireRequestAction (
    RequestActionEventArgs^ args
)
public void AdapterFireRequestAction (
    RequestActionEventArgs args
)
public function AdapterFireRequestAction (
    args : RequestActionEventArgs
)

Parameters

  • args
    Specifies the action event arguments.

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.