HostedWpfControl.DoAction Method (String, String)
Called to perform the action configured in the database.
Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWpfControl
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
Specifies the action name
- data
Specifies the 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
HostedWpfControl Class
HostedWpfControl Members
Microsoft.Uii.Csr.Aif.HostedApplication Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.