ContainerDisposeAsync Method (Boolean) |
Releases unmanaged and - optionally - managed resources, asynchronously.
Namespace:
Autofac.Core
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax protected override ValueTask DisposeAsync(
bool disposing
)
Protected Overrides Function DisposeAsync (
disposing As Boolean
) As ValueTask
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Return Value
Type:
ValueTask[Missing <returns> documentation for "M:Autofac.Core.Container.DisposeAsync(System.Boolean)"]
See Also