IHostedApplication.DoAction Method (Int32, 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 actionID As Integer
Dim data As String
instance.DoAction(actionID, data)
Syntax
'Declaration
Sub DoAction ( _
actionID As Integer, _
data As String _
)
void DoAction (
int actionID,
string data
)
void DoAction (
int actionID,
String^ data
)
void DoAction (
int actionID,
String data
)
function DoAction (
actionID : int,
data : String
)
Parameters
- actionID
Specifies the ID 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.