DomainHostingStarterAgent.Dispose Method (Boolean)

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

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

Syntax

'Declaration
Protected Overridable Sub Dispose ( _
    disposing As Boolean _
)
'Usage
Dim disposing As Boolean 

Me.Dispose(disposing)
protected virtual void Dispose(
    bool disposing
)
protected:
virtual void Dispose(
    bool disposing
)
abstract Dispose : 
        disposing:bool -> unit  
override Dispose : 
        disposing:bool -> unit
protected function Dispose(
    disposing : boolean
)

Parameters

  • disposing
    Type: System.Boolean
    true to release both managed and unmanaged resources; false to release only unmanaged resources.

See Also

Reference

DomainHostingStarterAgent Class

Dispose Overload

Microsoft.Owin.Hosting.Starter Namespace