Click or drag to resize

DisposableDisposeAsync Method

[Missing <summary> documentation for "M:Autofac.Util.Disposable.DisposeAsync"]

Namespace:  Autofac.Util
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public ValueTask DisposeAsync()

Return Value

Type: ValueTask

[Missing <returns> documentation for "M:Autofac.Util.Disposable.DisposeAsync"]

Implements

IAsyncDisposable.DisposeAsync
See Also