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.
Raised when requesting a new application to be created by an automation and hosted within UII.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim handler As RequestApplicationCreationFromAutomationHandler
AddHandler instance.RequestApplicationCreationFromAutomation, handler
Syntax
'Declaration
Public Event RequestApplicationCreationFromAutomation As RequestApplicationCreationFromAutomationHandler
public event RequestApplicationCreationFromAutomationHandler RequestApplicationCreationFromAutomation
public:
event RequestApplicationCreationFromAutomationHandler^ RequestApplicationCreationFromAutomation {
void add (RequestApplicationCreationFromAutomationHandler^ value);
void remove (RequestApplicationCreationFromAutomationHandler^ value);
}
/** @event */
public void add_RequestApplicationCreationFromAutomation (RequestApplicationCreationFromAutomationHandler value)
/** @event */
public void remove_RequestApplicationCreationFromAutomation (RequestApplicationCreationFromAutomationHandler value)
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.