HostedWebApplication.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 appName As String
Dim actionName As String
Dim data As String
Me.adapter_AdapterRequestActionEvent(appName, actionName, data)
Syntax
'Declaration
Protected Sub adapter_AdapterRequestActionEvent ( _
appName As String, _
actionName As String, _
data As String _
)
protected void adapter_AdapterRequestActionEvent (
string appName,
string actionName,
string data
)
protected:
void adapter_AdapterRequestActionEvent (
String^ appName,
String^ actionName,
String^ data
)
protected void adapter_AdapterRequestActionEvent (
String appName,
String actionName,
String data
)
protected function adapter_AdapterRequestActionEvent (
appName : String,
actionName : String,
data : String
)
Parameters
- appName
Application Name
- actionName
Name of the Action
- data
Data as customized by SI and/or GetFocus information.
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
HostedWebApplication Class
HostedWebApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.