Click or drag to resize

EventLogMessageCollectionIsSynchronized Property

Gets a value indicating whether access to the collection is synchronized (thread safe).

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
Remarks
Will always be false!
See Also