System.Threading.ExecutionContext.ExecutionContext.IsFlowSuppressed C# (CSharp) Method

IsFlowSuppressed() public static method

public static IsFlowSuppressed ( ) : bool
return bool
		public static bool IsFlowSuppressed ()
		{
			return Thread.CurrentThread.ExecutionContext.FlowSuppressed;
		}