Gets a value indicating whether access to the ActionCollection is synchronized (thread-safe).
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
C# |
---|
public bool IsSynchronized { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsSynchronized As Boolean |
Visual C++ |
---|
public: virtual property bool IsSynchronized { bool get () sealed; } |