[Missing <summary> documentation for "N:BackgroundTask"]
Classes
Class | Description | |
---|---|---|
![]() | ActionDoneEventArgs TResult |
An event argument that contains a result of a return value from a runned task.
|
![]() | BackgroundAction TParam, TReturn |
Declares a BackgroundAction that
can be added to a BackgroundActionPool
to get results from more than one BackgroundAction
|
![]() | BackgroundActionPool TParam, TReturn |
Provides a generic typed Pool for running Tasks/Funcs in an extra thread
|