Click or drag to resize

OwnedTDisposeAsync Method (Boolean)

Releases unmanaged and - optionally - managed resources asynchronously.

Namespace:  Autofac.Features.OwnedInstances
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.Features.OwnedInstances.Owned`1.DisposeAsync(System.Boolean)"]

See Also