3 references to ThreadWorkerMethodWithReturn
System.Management (3)
System\Management\InteropClasses\WMIInterop.cs (3)
1403private ThreadWorkerMethodWithReturn threadWorkerMethodWithReturn; // Delegate to be called for worker method with return value 1515public ThreadDispatch(ThreadWorkerMethodWithReturn workerMethod) : this() 1600private void InitializeThreadState(object threadParams, ThreadWorkerMethodWithReturn workerMethod, ApartmentState aptState, bool background)