Monitor Description sealed class Tinman.Core.Threading.Monitor Derived from Disposable abstract IBeginEndSync A monitor object for thread synchronization. Public / Constructors Monitor public constructor Monitor → () Creates a new instance of Monitor. Public / Methods BeginGlobal public static method BeginGlobal → () Enters the global mutex. EndGlobal public static method EndGlobal → () Leaves the global mutex. IThreadMain IOperation