Click or drag to resize

LifetimeScopeDisposeAsync Method (Boolean)

Releases unmanaged and - optionally - managed resources, asynchronously.

Namespace:  Autofac.Core.Lifetime
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
protected override ValueTask DisposeAsync(
	bool disposing
)

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.Lifetime.LifetimeScope.DisposeAsync(System.Boolean)"]

See Also