B
Bob Jacobs
Is there a way to explicitly tell .NET to return back to
the original calling thread? I am doing asynchronous
threading and I am trying to figure out if I can (within
the callback after the .EndInvoke) explicitly tell .NET to
go back to the thread from where I called the .BeginInvoke.
Thanks,
Bob
the original calling thread? I am doing asynchronous
threading and I am trying to figure out if I can (within
the callback after the .EndInvoke) explicitly tell .NET to
go back to the thread from where I called the .BeginInvoke.
Thanks,
Bob