TheCommonUtils..::..cdeRunTaskChainAsync Method
Runs a sequence of asynchronous tasks (task continuations or a method that uses the C# async keyword) and lets the caller wait for the entire chain to finish. The call returns immediately and not when the first continuation is hit.
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pThreadName
- Type: String
- callBack
- Type: Func<(Of <(<'Object, Task>)>)>
- pState
- Type: Object
- longRunning
- Type: Boolean