Gets a value indicating whether the synchronization with the GUI thread is required.

Namespace: Dapfor.Net.Threading
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool SynchronizationRequired { get; }
Visual Basic
Public ReadOnly Property SynchronizationRequired As Boolean
	Get
Visual C++
public:
virtual property bool SynchronizationRequired {
	bool get () sealed;
}
F#
abstract SynchronizationRequired : bool with get
override SynchronizationRequired : bool with get

Property Value

Type: Boolean
true if the synchronization required; otherwise, false.

Implements

IDispatcher..::..SynchronizationRequired

See Also