DomainHostingStarterAgent Class
Represents the domain hosting starter agent.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
Microsoft.Owin.Hosting.Starter.DomainHostingStarterAgent
Namespace: Microsoft.Owin.Hosting.Starter
Assembly: Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)
Syntax
'Declaration
Public Class DomainHostingStarterAgent _
Inherits MarshalByRefObject _
Implements ISponsor, IDisposable
'Usage
Dim instance As DomainHostingStarterAgent
public class DomainHostingStarterAgent : MarshalByRefObject,
ISponsor, IDisposable
public ref class DomainHostingStarterAgent : public MarshalByRefObject,
ISponsor, IDisposable
type DomainHostingStarterAgent =
class
inherit MarshalByRefObject
interface ISponsor
interface IDisposable
end
public class DomainHostingStarterAgent extends MarshalByRefObject implements ISponsor, IDisposable
The DomainHostingStarterAgent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DomainHostingStarterAgent | Initializes a new instance of the DomainHostingStarterAgent class. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | Security Critical. (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 | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Renewal | Renews the lifetime lease of the host. | |
ResolveAssembliesFromDirectory | Resolves the assemblies from the specified directory. | |
Start | Starts the host with a given options. | |
ToString | (Inherited from Object.) |
Top
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.