DirtyFlagMap TKey, TValue  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: 2.2.1.400
Syntax

public virtual Object SyncRoot { get; }

Property Value

Type: Object

Implements

ICollection SyncRoot
See Also