ServicesContainer.Dispose Method ()

 

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

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

Implements

IDisposable.Dispose()

See Also

ServicesContainer Class
System.Web.Http.Controllers Namespace

Return to top