Performs the actual task work of a background task.
delegate
|
TaskDelegate
|
with
|
<in
TInput>
|
||
<out
TOutput>
|
|||||
(TInput input)
|
|||||
type
|
TOutput
|
||||
params
|
input
|
The task input data object. | |||
returns
|
The task output data object. |