Share via


IsSynchronized Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether a the collection is thread-safe.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
public bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get () sealed;
}
abstract IsSynchronized : bool
override IsSynchronized : bool
final function get IsSynchronized () : boolean

Property Value

Type: System. . :: . .Boolean
true if the window collection is thread-safe; otherwise, false.

Implements

ICollection. . :: . .IsSynchronized

Remarks

A progamming element or routine is considered thread-safe if it can be executed from multiple threads simultaneously.

.NET Framework Security

See Also

Reference

WindowCollection Class

Microsoft.SPOT Namespace