Udostępnij za pośrednictwem


HostedAppLauncher.CreateApplication Method (ApplicationRecord, WorkItem)

Create a new hosted application.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim app As ApplicationRecord
Dim workItem As WorkItem
Dim returnValue As IHostedApplication

returnValue = Me.CreateApplication(app, workItem)

Syntax

'Declaration
Protected Overridable Function CreateApplication ( _
    app As ApplicationRecord, _
    workItem As WorkItem _
) As IHostedApplication
protected virtual IHostedApplication CreateApplication (
    ApplicationRecord app,
    WorkItem workItem
)
protected:
virtual IHostedApplication^ CreateApplication (
    ApplicationRecord^ app, 
    WorkItem^ workItem
)
protected IHostedApplication CreateApplication (
    ApplicationRecord app, 
    WorkItem workItem
)
protected function CreateApplication (
    app : ApplicationRecord, 
    workItem : WorkItem
) : IHostedApplication

Parameters

  • app
    The name of the Application to be created
  • workItem
    ApplicationHost workItem

Return Value

An instance of a hosted app or null if it fails

Remarks

See CreateUnknownApplication for information on working with 3rd Party developer tools.

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.