Method DisposeAsyncCore
- Namespace
- MVVrus.AspNetCore.ActiveSession.StdRunner
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
DisposeAsyncCore()
Protected, overrides EnumerableRunnerBase.DisposeAsyncCore.
protected override Task DisposeAsyncCore()
Returns
- Task
A task that presents asynchronous process of disposing the runner.
Remarks
This override first awaits completion of the fetch task used by the implementation of
GetRequiredAsync
method, if such a task is running.
Then it awaits completion of the background task enumerating the enumerable for which this instance serves an an adapter.
And at last it awaits its base method.