Share via


DomainHostingStarterAgent Class

 

Used for executing the IHostingEngine in a new AppDomain.

Namespace:   Microsoft.Owin.Hosting.Starter
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent

Syntax

public class DomainHostingStarterAgent : MarshalByRefObject, 
    ISponsor, IDisposable
public ref class DomainHostingStarterAgent : MarshalByRefObject, 
    ISponsor, IDisposable
type DomainHostingStarterAgent = 
    class
        inherit MarshalByRefObject
        interface ISponsor
        interface IDisposable
    end
Public Class DomainHostingStarterAgent
    Inherits MarshalByRefObject
    Implements ISponsor, IDisposable

Constructors

Name Description
System_CAPS_pubmethod DomainHostingStarterAgent()

Initializes a new instance of the DomainHostingStarterAgent class.

Methods

Name Description
System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Dispose()

Releases the resources used by the instance of DomainHostingStarterAgent class.

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by the instance of DomainHostingStarterAgent class and optionally releases the managed resources.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Renewal(ILease)

Renews the given lease for 5 minutes.

System_CAPS_pubmethod ResolveAssembliesFromDirectory(String)

Registers a fallback assembly resolver that looks in the given directory.

System_CAPS_pubmethod Start(StartOptions)

Executes the IHostingEngine in a new AppDomain.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.Owin.Hosting.Starter Namespace

Return to top