AutofacServiceProviderDispose Method (Boolean) |
Releases unmanaged and - optionally - managed resources.
Namespace:
Autofac.Extensions.DependencyInjection
Assembly:
Autofac.Extensions.DependencyInjection (in Autofac.Extensions.DependencyInjection.dll) Version: 7.1.0+380b08798bf724f36e200e687129b44a0778ab92
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