RequestActionEventArgs Constructor (ApplicationHostWorkItem, String, String, Object)
Create a request to run an action.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim appHostWorkItem As ApplicationHostWorkItem
Dim target As String
Dim action As String
Dim data As Object
Dim instance As New RequestActionEventArgs(appHostWorkItem, target, action, data)
Syntax
'Declaration
Public Sub New ( _
appHostWorkItem As ApplicationHostWorkItem, _
target As String, _
action As String, _
data As Object _
)
public RequestActionEventArgs (
ApplicationHostWorkItem appHostWorkItem,
string target,
string action,
Object data
)
public:
RequestActionEventArgs (
ApplicationHostWorkItem^ appHostWorkItem,
String^ target,
String^ action,
Object^ data
)
public RequestActionEventArgs (
ApplicationHostWorkItem appHostWorkItem,
String target,
String action,
Object data
)
public function RequestActionEventArgs (
appHostWorkItem : ApplicationHostWorkItem,
target : String,
action : String,
data : Object
)
Parameters
- appHostWorkItem
The CAB workitem containing the target application (IsGlobalWorkItem=true indicates use active session)
- target
The application to run the action on or * for all applications
- action
The name of the action
- data
Some data to pass along to the action
Remarks
Platforms
See Also
Reference
RequestActionEventArgs Class
RequestActionEventArgs Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.