.NET Inside Out Part 27 – Rerouting a running thread to some other method
This is the twentieth seventh part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# Today we are going to grab an existing running thread and make it run some other code. Let’s take this: … Continue reading .NET Inside Out Part 27 – Rerouting a running thread to some other method