Gets a value indicating whether the synchronization is required.
Namespace: Dapfor.Net.ThreadingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
bool SynchronizationRequired { get; } |
| Visual Basic |
|---|
ReadOnly Property SynchronizationRequired As Boolean Get |
| Visual C++ |
|---|
property bool SynchronizationRequired { bool get (); } |
| F# |
|---|
abstract SynchronizationRequired : bool with get |
Property Value
Type: Booleantrue if the synchronization required; otherwise, false.