Hi, Are both MONITOR and CRITICAL_SECTION Continuation.Pinned enums really needed? I assume that MONITOR means that the Thread/Fiber holds object’s native monitor obtained by entering synchronized method/block (i.e. critical section). Or is my assumption wrong? Thanks, Arek