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.
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.