Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Event handler for requesting a new application to be created and hosted within UII.
Namespace: Microsoft.Uii.Csr.ApplicationHost
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New RequestApplicationCloseFromAutomationHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestApplicationCloseFromAutomationHandler ( _
application As String _
)
public delegate void RequestApplicationCloseFromAutomationHandler (
string application
)
public delegate void RequestApplicationCloseFromAutomationHandler (
String^ application
)
/** @delegate */
public delegate void RequestApplicationCloseFromAutomationHandler (
String application
)
Parameters
- application
Specifies the application.
Platforms
See Also
Reference
Microsoft.Uii.Csr.ApplicationHost Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.