¡@

Home 

c# Programming Glossary: ctx1

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

before await 0 Thread.CurrentThread.ManagedThreadId var ctx1 SynchronizationContext.Current Debug.Print ctx1 0 ctx1 null.. var ctx1 SynchronizationContext.Current Debug.Print ctx1 0 ctx1 null ctx1.GetType .Name null if ctx1 is WindowsFormsSynchronizationContext.. var ctx1 SynchronizationContext.Current Debug.Print ctx1 0 ctx1 null ctx1.GetType .Name null if ctx1 is WindowsFormsSynchronizationContext..