HostedControl.DoAction Method (String, String)
Called to perform the action configured in the database.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedControl
Dim actionName As String
Dim data As String
instance.DoAction(actionName, data)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")> _
Public Overridable Sub DoAction ( _
actionName As String, _
data As String _
)
[ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
public virtual void DoAction (
string actionName,
string data
)
[ObsoleteAttribute(L"This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
public:
virtual void DoAction (
String^ actionName,
String^ data
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!") */
public void DoAction (
String actionName,
String data
)
ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")
public function DoAction (
actionName : String,
data : String
)
Parameters
- actionName
Action Name
- data
Data
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
HostedControl Class
HostedControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.