-1

I feel rather foolish as this is just a short question.

I was reading about a bunch of thread management helper classes in .net, specifically one that aids the storage of threads to help a service manager object automatically invoke delegates onto the subscribing thread. I'm pretty sure it had something to do with creating dispatchers.

Totally forgotten the name, can't find it :( Anyone know what I'm talking about?

Gusdor
  • 14,001
  • 2
  • 52
  • 64

1 Answers1

0

I believe you're looking for either the SynchronizationContext or AsyncOperation classes.

Adam Maras
  • 26,269
  • 6
  • 65
  • 91