Click or drag to resize

DisposableDisposeAsync Method (Boolean)

Releases unmanaged and - optionally - managed resources, asynchronously.

Namespace:  Autofac.Util
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
protected virtual 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.Util.Disposable.DisposeAsync(System.Boolean)"]

See Also