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)

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

public ref class DomainHostingStarterAgent : MarshalByRefObject, 
	ISponsor, IDisposable

NameDescription
System_CAPS_pubmethodDomainHostingStarterAgent()

Initializes a new instance of the DomainHostingStarterAgent class.

NameDescription
System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

Releases the resources used by the instance of DomainHostingStarterAgent class.

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodRenewal(ILease^)

Renews the given lease for 5 minutes.

System_CAPS_pubmethodResolveAssembliesFromDirectory(String^)

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

System_CAPS_pubmethodStart(StartOptions^)

Executes the IHostingEngine in a new AppDomain.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: