AdapterRequestAction Delegate

Represents a request to fire an action. Not used by all adapters.

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

Usage

'Usage
Dim instance As New AdapterRequestAction(AddressOf HandlerMethod)

Syntax

'Declaration
<ObsoleteAttribute("This delegate has been deprecated, use AdapterFireRequestAction instead!")> _
Public Delegate Sub AdapterRequestAction ( _
    applicationName As String, _
    actionName As String, _
    data As String _
)
[ObsoleteAttribute("This delegate has been deprecated, use AdapterFireRequestAction instead!")] 
public delegate void AdapterRequestAction (
    string applicationName,
    string actionName,
    string data
)
[ObsoleteAttribute(L"This delegate has been deprecated, use AdapterFireRequestAction instead!")] 
public delegate void AdapterRequestAction (
    String^ applicationName, 
    String^ actionName, 
    String^ data
)
/** @delegate */
/** @attribute ObsoleteAttribute("This delegate has been deprecated, use AdapterFireRequestAction instead!") */ 
public delegate void AdapterRequestAction (
    String applicationName, 
    String actionName, 
    String data
)

Parameters

  • applicationName
    Specifies the application name.
  • actionName
    Specifies the action name.
  • data
    Specifies the data.

Platforms

See Also

Reference

Microsoft.Uii.Csr Namespace

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