¡@

Home 

c# Programming Glossary: ctx3

Await and SynchronizationContext in a managed component hosted by an unmanaged app

http://stackoverflow.com/questions/19535147/await-and-synchronizationcontext-in-a-managed-component-hosted-by-an-unmanaged-a

after await 0 Thread.CurrentThread.ManagedThreadId var ctx3 SynchronizationContext.Current Debug.Print ctx3 0 ctx3 null.. var ctx3 SynchronizationContext.Current Debug.Print ctx3 0 ctx3 null ctx3.GetType .Name null Debug.Print ctx3 ctx1 0.. var ctx3 SynchronizationContext.Current Debug.Print ctx3 0 ctx3 null ctx3.GetType .Name null Debug.Print ctx3 ctx1 0 ctx3 ctx2..