ApiController::Dispose Method

 

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

NameDescription
System_CAPS_pubmethodDispose()

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

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.

Return to top

ApiController::Dispose Method ()

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

public:
virtual void Dispose() sealed
Return to top

ApiController::Dispose Method (Boolean)

Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.

protected:
virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System::Boolean

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

Return to top
Show: