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
Public method DomainHostingStarterAgent Initializes a new instance of the DomainHostingStarterAgent class.

Top

Methods

  Name Description
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose() Releases the resources used by the instance of DomainHostingStarterAgent class.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the instance of DomainHostingStarterAgent class and optionally releases the managed resources.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method Renewal Renews the lifetime lease of the host.
Public method ResolveAssembliesFromDirectory Resolves the assemblies from the specified directory.
Public method Start Starts the host with a given options.
Public method 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.

See Also

Reference

Microsoft.Owin.Hosting.Starter Namespace