Click or drag to resize

AutofacServiceProviderDisposeAsync Method

Performs a dispose operation asynchronously.

Namespace:  Autofac.Extensions.DependencyInjection
Assembly:  Autofac.Extensions.DependencyInjection (in Autofac.Extensions.DependencyInjection.dll) Version: 7.1.0+380b08798bf724f36e200e687129b44a0778ab92
Syntax
public ValueTask DisposeAsync()

Return Value

Type: ValueTask

[Missing <returns> documentation for "M:Autofac.Extensions.DependencyInjection.AutofacServiceProvider.DisposeAsync"]

Implements

IAsyncDisposable.DisposeAsync
See Also