Compartir a través de


ExternalApplication.adapter_AdapterRequestActionEvent Method

Used when an adapter requests that an action be done on an application.

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

Usage

'Usage
Dim applicationName As String
Dim actionName As String
Dim data As String

Me.adapter_AdapterRequestActionEvent(applicationName, actionName, data)

Syntax

'Declaration
Protected Sub adapter_AdapterRequestActionEvent ( _
    applicationName As String, _
    actionName As String, _
    data As String _
)
protected void adapter_AdapterRequestActionEvent (
    string applicationName,
    string actionName,
    string data
)
protected:
void adapter_AdapterRequestActionEvent (
    String^ applicationName, 
    String^ actionName, 
    String^ data
)
protected void adapter_AdapterRequestActionEvent (
    String applicationName, 
    String actionName, 
    String data
)
protected function adapter_AdapterRequestActionEvent (
    applicationName : String, 
    actionName : String, 
    data : String
)

Parameters

  • applicationName
    Application name to fire action against.
  • actionName
    The action name to fire.
  • data
    The data to send to the action.

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

ExternalApplication Class
ExternalApplication Members
Microsoft.Uii.Csr Namespace

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