Esempio n. 1
0
 internal static void NotifyWorkItemProgress()
 {
     if (!ThreadPoolGlobals.vmTpInitialized)
     {
         ThreadPool.InitializeVMTp(ref ThreadPoolGlobals.enableWorkerTracking);
     }
     ThreadPool.NotifyWorkItemProgressNative();
 }