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

7.0-rc1_System.Transactions.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: aca27abf1db6289d19be21787a4509f43a73c0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# System.Transactions

``` diff
 namespace System.Transactions {
     public static class TransactionManager {
-        public static TimeSpan DefaultTimeout { get; }
+        public static TimeSpan DefaultTimeout { get; set; }
-        public static TimeSpan MaximumTimeout { get; }
+        public static TimeSpan MaximumTimeout { get; set; }
     }
 }
```