DirtyFlagMap SyncRoot Property Quartz.NET API Documentation
When implemented by a class, gets an object that can be used to synchronize access to the ICollection.

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

public virtual Object SyncRoot { get; }

Property Value

Type: Object

Implements

ICollection SyncRoot
See Also