Compartir a través de


HostedAppFactory.CreateApplication Method

Definition

Overloads

CreateApplication(ApplicationRecord)
Obsolete.

Creates Hosted Application. Based on the isolation level, launches the Hosted Application in the same domain or different domain or different process.

CreateApplication(ApplicationRecord, WorkItem)

Creates Hosted Application. Based on the isolation level, launches the Hosted Application in the same domain or different domain or different process.

CreateApplication(ApplicationRecord)

Caution

This method has been deprecated, use CreateApplication(ApplicationRecord, WorkItem)

Creates Hosted Application. Based on the isolation level, launches the Hosted Application in the same domain or different domain or different process.

public:
 static Microsoft::Uii::Csr::IHostedApplication ^ CreateApplication(Microsoft::Uii::Common::Entities::ApplicationRecord ^ appRecord);
[System.Obsolete("This method has been deprecated, use CreateApplication(ApplicationRecord, WorkItem)")]
public static Microsoft.Uii.Csr.IHostedApplication CreateApplication (Microsoft.Uii.Common.Entities.ApplicationRecord appRecord);
[<System.Obsolete("This method has been deprecated, use CreateApplication(ApplicationRecord, WorkItem)")>]
static member CreateApplication : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Csr.IHostedApplication
Public Shared Function CreateApplication (appRecord As ApplicationRecord) As IHostedApplication

Parameters

appRecord
ApplicationRecord

Application Record.

Returns

Hosted Application created. Null, if the hosted application creation fails.

Attributes

Applies to

CreateApplication(ApplicationRecord, WorkItem)

Creates Hosted Application. Based on the isolation level, launches the Hosted Application in the same domain or different domain or different process.

public:
 static Microsoft::Uii::Csr::IHostedApplication ^ CreateApplication(Microsoft::Uii::Common::Entities::ApplicationRecord ^ appRecord, Microsoft::Practices::CompositeUI::WorkItem ^ workItem);
public static Microsoft.Uii.Csr.IHostedApplication CreateApplication (Microsoft.Uii.Common.Entities.ApplicationRecord appRecord, Microsoft.Practices.CompositeUI.WorkItem workItem);
static member CreateApplication : Microsoft.Uii.Common.Entities.ApplicationRecord * Microsoft.Practices.CompositeUI.WorkItem -> Microsoft.Uii.Csr.IHostedApplication
Public Shared Function CreateApplication (appRecord As ApplicationRecord, workItem As WorkItem) As IHostedApplication

Parameters

appRecord
ApplicationRecord

Application Record.

workItem
WorkItem

Returns

Hosted Application created. Null, if the hosted application creation fails.

Applies to