DirtyFlagMapTKey, TValueIsSynchronized Property

Quartz.NET 3.0 API Documentation
When implemented by a class, gets a value indicating whether access to the ICollection is synchronized (thread-safe).

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
See Also

Reference