Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Event handler for requesting a new application to be added to the application host.
Namespace: Microsoft.Uii.Csr.ApplicationHost
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As New RequestApplicationAdditionFromAutomationHandler(AddressOf HandlerMethod)
Syntax
'Declaration
Public Delegate Sub RequestApplicationAdditionFromAutomationHandler ( _
appRecord As ApplicationRecord _
)
public delegate void RequestApplicationAdditionFromAutomationHandler (
ApplicationRecord appRecord
)
public delegate void RequestApplicationAdditionFromAutomationHandler (
ApplicationRecord^ appRecord
)
/** @delegate */
public delegate void RequestApplicationAdditionFromAutomationHandler (
ApplicationRecord appRecord
)
Parameters
- appRecord
Specifies the application host.
Platforms
See Also
Reference
Microsoft.Uii.Csr.ApplicationHost Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.