Equivalent to QueueUserAPC?

  • Thread starter Thread starter Detlef Grittner
  • Start date Start date
D

Detlef Grittner

Is it possible to use the thread queues in .Net, e.g.
using C#?
The Windows API call for this would be QueueUserAPCEx.

I've already found that there is the possiblity to use
QueueUserWorkItem on a thread pool, but that's not exactly
what I'm looking for.
 
Back
Top