Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Event handler for the status of the request action specifically used for Winform application
Namespace: Microsoft.Uii.Csr.ApplicationHost
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New RequestActionStatusHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestActionStatusHandler ( _
app As IHostedApplication, _
args As RequestActionEventArgs _
)
public delegate void RequestActionStatusHandler (
IHostedApplication app,
RequestActionEventArgs args
)
public delegate void RequestActionStatusHandler (
IHostedApplication^ app,
RequestActionEventArgs^ args
)
/** @delegate */
public delegate void RequestActionStatusHandler (
IHostedApplication app,
RequestActionEventArgs args
)
Parameters
- app
Specifies the application
- args
Specifies the event arguments.
Platforms
See Also
Reference
Microsoft.Uii.Csr.ApplicationHost Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.