Dispatches a task with 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 SyncDispatch( ITask task ) |
Visual Basic |
---|
Sub SyncDispatch ( task As ITask ) |
Visual C++ |
---|
void SyncDispatch( ITask^ task ) |
F# |
---|
abstract SyncDispatch : task : ITask -> unit |
Parameters
- task
- Type: Dapfor.Net.Threading..::..ITask
The task.