ContainerScopeDisposeScopeAsync Method

Simple Injector
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public Task DisposeScopeAsync()

Return Value

Type: Task
A task that represents the asynchronous dispose operation.
See Also

Reference