3 references to ThreadWorkerMethodWithReturnAndParam
System.Management (3)
System\Management\InteropClasses\WMIInterop.cs (3)
1404private ThreadWorkerMethodWithReturnAndParam threadWorkerMethodWithReturnAndParam; // Delegate to be called for worker method with return value and parameter 1528public ThreadDispatch(ThreadWorkerMethodWithReturnAndParam workerMethod) : this() 1616private void InitializeThreadState(object threadParams, ThreadWorkerMethodWithReturnAndParam workerMethod, ApartmentState aptState, bool background)