Executes DelegateTask.CallBack in IDispatcher thread. Usually used in synchronization with GUI thread.

Namespace: Dapfor.Wpf.Threading
Assembly: 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.

Inheritance Hierarchy

System..::..Object
  Dapfor.Wpf.Threading..::..DelegateTask

See Also