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 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 RequestBeforeApplicationCreationHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestBeforeApplicationCreationHandler ( _
app As ApplicationRecord _
)
public delegate void RequestBeforeApplicationCreationHandler (
ApplicationRecord app
)
public delegate void RequestBeforeApplicationCreationHandler (
ApplicationRecord^ app
)
/** @delegate */
public delegate void RequestBeforeApplicationCreationHandler (
ApplicationRecord app
)
Parameters
- app
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.