Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_System.Runtime.md « Microsoft.NETCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a0ad521753a74d6326c03b6846007f965d2cf1e (plain)
1
2
3
4
5
6
7
8
9
10
11
# System.Runtime

``` diff
 namespace System.Runtime {
+    public static class ControlledExecution {
+        [ObsoleteAttribute("ControlledExecution.Run method may corrupt the process and should not be used in production code.", DiagnosticId="SYSLIB0046", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
+        public static void Run(Action action, CancellationToken cancellationToken);
+    }
 }
```