The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpRouteCollection::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. |
HttpRouteCollection::Dispose Method ()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
HttpRouteCollection::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:

