Executes DelegateTask.CallBack in IDispatcher thread. Usually used in synchronization with GUI thread.
Namespace: Dapfor.Net.ThreadingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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.