Dispatches the specified task without blocking the calling thread.
Namespace: Dapfor.Wpf.ThreadingAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public void Dispatch(
ITask task
) |
Visual Basic |
---|
Public Sub Dispatch (
task As ITask
) |
Visual C++ |
---|
public:
virtual void Dispatch(
ITask^ task
) sealed |
F# |
---|
abstract Dispatch :
task : ITask -> unit
override Dispatch :
task : ITask -> unit |
Parameters
- task
- Type: Dapfor.Wpf.Threading..::..ITask
The task.
Implements
IDispatcher..::..Dispatch(ITask)See Also