I have a long-running Task that I\'ve implemented using the Task Parallel Library. When the Task starts, I grab snapshots of several input values and collections then perfo
You could also refactor program logic to use function pointers (or delegates in VB.NET).