Share via


DomainHostingStarterAgent.Dispose Method

 

Releases the resources used by the instance of DomainHostingStarterAgent class.

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

Overload List

Name Description
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.

See Also

DomainHostingStarterAgent Class
Microsoft.Owin.Hosting.Starter Namespace

Return to top

DomainHostingStarterAgent.Dispose Method ()

Releases the resources used by the instance of DomainHostingStarterAgent class.

Syntax

public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Public Sub Dispose

Implements

IDisposable.Dispose()

Return to top

DomainHostingStarterAgent.Dispose Method (Boolean)

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

Syntax

protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit
override Dispose : 
        disposing:bool -> unit
Protected Overridable Sub Dispose (
    disposing As Boolean
)

Parameters

  • disposing
    Type: System.Boolean

    true to release both managed and unmanaged resources; false to release only unmanaged resources.

Return to top