Gets a value indicating whether the synchronization is required.
Namespace: Dapfor.Wpf.ThreadingAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
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:
Booleantrue if the synchronization is required; otherwise,
false.
Implements
IDispatcher..::..SynchronizationRequiredSee Also