HostedAppLauncher.CreateExtendedApplication Method
Creates a type of application that is not known to the base UII classes. Implementors should use the provider patterns to create their own application types.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim app As ApplicationRecord
Dim returnValue As IHostedApplication
returnValue = Me.CreateExtendedApplication(app)
Syntax
'Declaration
Protected Overridable Function CreateExtendedApplication ( _
app As ApplicationRecord _
) As IHostedApplication
protected virtual IHostedApplication CreateExtendedApplication (
ApplicationRecord app
)
protected:
virtual IHostedApplication^ CreateExtendedApplication (
ApplicationRecord^ app
)
protected IHostedApplication CreateExtendedApplication (
ApplicationRecord app
)
protected function CreateExtendedApplication (
app : ApplicationRecord
) : IHostedApplication
Parameters
- app
Application record containing application information.
Return Value
New hosted application.
Remarks
Used for 3rd party application developer tools. Using the provider pattern the tools can create applications that will be called out to from here.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
HostedAppLauncher Class
HostedAppLauncher Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.