Dispatches a task without blocking the calling thread.
Namespace: Dapfor.Net.ThreadingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
void Dispatch( ITask task ) |
Visual Basic |
---|
Sub Dispatch ( task As ITask ) |
Visual C++ |
---|
void Dispatch( ITask^ task ) |
F# |
---|
abstract Dispatch : task : ITask -> unit |
Parameters
- task
- Type: Dapfor.Net.Threading..::..ITask
The task.