System.Security.SecurityContext.SecurityContext.IsFlowSuppressed C# (CSharp) Метод

IsFlowSuppressed() статический публичный Метод

static public IsFlowSuppressed ( ) : bool
Результат bool
		static public bool IsFlowSuppressed ()
		{
			return Thread.CurrentThread.ExecutionContext.SecurityContext.FlowSuppressed;
		}