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