HostedApplicationAdapter.DoAction Method (Action, String)
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 data As String
Dim returnValue As Boolean
returnValue = instance.DoAction(action, data)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")> _
Public Overridable Function DoAction ( _
action As Action, _
ByRef data As String _
) As Boolean
[ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
public virtual bool DoAction (
Action action,
ref string data
)
[ObsoleteAttribute(L"This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
public:
virtual bool DoAction (
Action^ action,
String^% data
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!") */
public boolean DoAction (
Action action,
/** @ref */ String data
)
Parameters
- action
Specifies the action that is performed on the application.
- data
Specifies the action data.
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.