Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Event handler 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 RequestApplicationCreationHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestApplicationCreationHandler ( _
app As IHostedApplication _
)
public delegate void RequestApplicationCreationHandler (
IHostedApplication app
)
public delegate void RequestApplicationCreationHandler (
IHostedApplication^ app
)
/** @delegate */
public delegate void RequestApplicationCreationHandler (
IHostedApplication 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.