BEHelper.AsyncContext.AsyncContext C# (CSharp) Method

AsyncContext() public method

Constructor - Save the context of the creator/current thread
public AsyncContext ( ) : System.Threading
return System.Threading
        public AsyncContext()
        {
            _asynchronizationContext = SynchronizationContext.Current;
        }