ApiController::Dispose Method
Namespace:
System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | Dispose(Boolean) | Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources. |
ApiController::Dispose Method ()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
ApiController::Dispose Method (Boolean)
Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.
Parameters
- disposing
-
Type:
System::Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Show:

