HostedWpfControl.DoAction Method (Action, String)
Method to override in the implemention to handle the action.
Namespace: Microsoft.Uii.Csr.Aif.HostedApplication
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As HostedWpfControl
Dim action As Action
Dim data As String
instance.DoAction(action, data)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")> _
Public Overridable Sub DoAction ( _
action As Action, _
data As String _
)
[ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
public virtual void DoAction (
Action action,
string data
)
[ObsoleteAttribute(L"This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")]
public:
virtual void DoAction (
Action^ action,
String^ data
)
/** @attribute ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!") */
public void DoAction (
Action action,
String data
)
ObsoleteAttribute("This method has been deprecated, use DoAction(RequestActionEventArgs args) instead!")
public function DoAction (
action : Action,
data : String
)
Parameters
- action
Specifies the action
- data
Specifies the Data
Remarks
This really ought to be an abstract method, but then the UI designer won't work for the inherited classes.
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.