System.Threading.ExecutionContext public sealed class ExecutionContext : IDisposable, ISerializable Documentation public static ExecutionContext Capture() public static bool IsFlowSuppressed() public static void RestoreFlow() public static void Run(ExecutionContext executionContext, ContextCallback callback, object state) public static AsyncFlowControl SuppressFlow() public ExecutionContext CreateCopy() public void Dispose() public void GetObjectData(SerializationInfo info, StreamingContext context)