IHostedApplication.DoAction Method (String, String)
Invokes an action on the application
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As IHostedApplication
Dim action As String
Dim data As String
instance.DoAction(action, data)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")> _
Sub DoAction ( _
action As String, _
data As String _
)
[ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
void DoAction (
string action,
string data
)
[ObsoleteAttribute(L"This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
void DoAction (
String^ action,
String^ data
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!") */
void DoAction (
String action,
String data
)
ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")
function DoAction (
action : String,
data : String
)
Parameters
- action
Specifies the name of the action to perform.
- data
Specifies the data to send into 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
IHostedApplication Interface
IHostedApplication Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.