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 | |
---|---|---|
![]() |
DomainHostingStarterAgent() | Initializes a new instance of the DomainHostingStarterAgent class. |
Methods
Name | Description | |
---|---|---|
![]() |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | Releases the resources used by the instance of DomainHostingStarterAgent class. |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the instance of DomainHostingStarterAgent class and optionally releases the managed resources. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() |
Renewal(ILease) | Renews the given lease for 5 minutes. |
![]() |
ResolveAssembliesFromDirectory(String) | Registers a fallback assembly resolver that looks in the given directory. |
![]() |
Start(StartOptions) | Executes the IHostingEngine in a new AppDomain. |
![]() |
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