Compartir a través de


HostedAppFactory Class

Definition

This class hold methods to create hosted applications on various levels of isolation.

public ref class HostedAppFactory
public class HostedAppFactory
type HostedAppFactory = class
Public Class HostedAppFactory
Inheritance
HostedAppFactory

Constructors

HostedAppFactory()

Properties

HostedAppCallTimeout

Timeout value property of the Hosted Application

Methods

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.

LaunchAppProcess(String, ApplicationRecord, String)

Spawns a new process for loading the Isolation application Level 2.

Applies to