Executes DelegateTask.CallBack in IDispatcher thread. Usually used in synchronization with GUI thread.
Namespace: Dapfor.Wpf.ThreadingAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public class DelegateTask : ITask |
Visual Basic |
---|
Public Class DelegateTask Implements ITask |
Visual C++ |
---|
public ref class DelegateTask : ITask |
F# |
---|
type DelegateTask = class interface ITask end |
Remarks
Following examples demonstrates different ways to synchronize threads.