BEHelper.AsyncContext.AsyncContext C# (CSharp) Метод

AsyncContext() публичный Метод

Constructor - Save the context of the creator/current thread
public AsyncContext ( ) : System.Threading
Результат System.Threading
        public AsyncContext()
        {
            _asynchronizationContext = SynchronizationContext.Current;
        }