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 | |
---|---|---|
![]() |
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. |
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
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.Booleantrue to release both managed and unmanaged resources; false to release only unmanaged resources.
Return to top