AutofacWebApiDependencyScopeDispose Method (Boolean) |
Releases unmanaged and - optionally - managed resources.
Namespace:
Autofac.Integration.WebApi
Assembly:
Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax protected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
Parameters
- disposing
- Type: SystemBoolean
to release both managed and unmanaged resources;
to release only unmanaged resources.
See Also