Microsoft.Azure.WebJobs.Script.WebHost.SuspendedSynchronizationContextScope.SuspendedSynchronizationContextScope C# (CSharp) Method

SuspendedSynchronizationContextScope() public method

public SuspendedSynchronizationContextScope ( ) : System
return System
        public SuspendedSynchronizationContextScope()
        {
            _oldContext = SynchronizationContext.Current;
            SynchronizationContext.SetSynchronizationContext(null);
        }
SuspendedSynchronizationContextScope