@tsonic/dotnet 0.8.0 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -37,10 +37,12 @@ export type IDataflowBlock = IDataflowBlock$instance;
37
37
  export interface IPropagatorBlock_2$instance<TInput, TOutput> extends ITargetBlock_1<TInput>, IDataflowBlock, ISourceBlock_1<TOutput> {
38
38
  readonly completion: Task;
39
39
  complete(): void;
40
+ consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
40
41
  consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput;
41
42
  fault(exception: Exception): void;
42
43
  linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
43
44
  offerMessage(messageHeader: DataflowMessageHeader, messageValue: TInput, source: ISourceBlock_1<TInput>, consumeToAccept: boolean): DataflowMessageStatus;
45
+ offerMessage(messageHeader: DataflowMessageHeader, messageValue: TInput, source: ISourceBlock_1<TInput> | undefined, consumeToAccept: boolean): DataflowMessageStatus;
44
46
  releaseReservation(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): void;
45
47
  reserveMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): boolean;
46
48
  }
@@ -51,13 +53,14 @@ export type IPropagatorBlock_2<TInput, TOutput> = IPropagatorBlock_2$instance<TI
51
53
  export interface IReceivableSourceBlock_1$instance<TOutput> extends ISourceBlock_1<TOutput>, IDataflowBlock {
52
54
  readonly completion: Task;
53
55
  complete(): void;
56
+ consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
54
57
  consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput;
55
58
  fault(exception: Exception): void;
56
59
  linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
57
60
  releaseReservation(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): void;
58
61
  reserveMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): boolean;
59
- tryReceive(filter: Predicate_1<TOutput>, item: TOutput): boolean;
60
- tryReceiveAll(items: IList_1<TOutput>): boolean;
62
+ tryReceive(filter: Predicate_1<TOutput> | undefined, item: TOutput): boolean;
63
+ tryReceiveAll(items: IList_1<TOutput> | undefined): boolean;
61
64
  }
62
65
 
63
66
 
@@ -66,7 +69,7 @@ export type IReceivableSourceBlock_1<TOutput> = IReceivableSourceBlock_1$instanc
66
69
  export interface ISourceBlock_1$instance<TOutput> extends IDataflowBlock {
67
70
  readonly completion: Task;
68
71
  complete(): void;
69
- consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput;
72
+ consumeMessage(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>, messageConsumed: boolean): TOutput | undefined;
70
73
  fault(exception: Exception): void;
71
74
  linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
72
75
  releaseReservation(messageHeader: DataflowMessageHeader, target: ITargetBlock_1<TOutput>): void;
@@ -82,7 +85,7 @@ export interface ITargetBlock_1$instance<TInput> extends IDataflowBlock {
82
85
  readonly completion: Task;
83
86
  complete(): void;
84
87
  fault(exception: Exception): void;
85
- offerMessage(messageHeader: DataflowMessageHeader, messageValue: TInput, source: ISourceBlock_1<TInput>, consumeToAccept: boolean): DataflowMessageStatus;
88
+ offerMessage(messageHeader: DataflowMessageHeader, messageValue: TInput, source: ISourceBlock_1<TInput> | undefined, consumeToAccept: boolean): DataflowMessageStatus;
86
89
  }
87
90
 
88
91
 
@@ -100,7 +103,7 @@ export interface DataflowMessageHeader$instance {
100
103
 
101
104
 
102
105
  export const DataflowMessageHeader: {
103
- new(id: long): DataflowMessageHeader$instance;
106
+ new(id: long): DataflowMessageHeader;
104
107
  };
105
108
 
106
109
 
@@ -124,10 +127,10 @@ export interface ActionBlock_1$instance<TInput> {
124
127
 
125
128
 
126
129
  export const ActionBlock_1: {
127
- new<TInput>(action: Action_1<TInput>): ActionBlock_1$instance<TInput>;
128
- new<TInput>(action: Action_1<TInput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1$instance<TInput>;
129
- new<TInput>(action: Func_2<TInput, Task>): ActionBlock_1$instance<TInput>;
130
- new<TInput>(action: Func_2<TInput, Task>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1$instance<TInput>;
130
+ new<TInput>(action: Action_1<TInput>): ActionBlock_1<TInput>;
131
+ new<TInput>(action: Action_1<TInput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1<TInput>;
132
+ new<TInput>(action: Func_2<TInput, Task>): ActionBlock_1<TInput>;
133
+ new<TInput>(action: Func_2<TInput, Task>, dataflowBlockOptions: ExecutionDataflowBlockOptions): ActionBlock_1<TInput>;
131
134
  };
132
135
 
133
136
 
@@ -147,14 +150,14 @@ export interface BatchBlock_1$instance<T> {
147
150
  linkTo(target: ITargetBlock_1<T[]>, linkOptions: DataflowLinkOptions): IDisposable;
148
151
  toString(): string;
149
152
  triggerBatch(): void;
150
- tryReceive(filter: Predicate_1<T[]>, item: T[]): boolean;
151
- tryReceiveAll(items: IList_1<T[]>): boolean;
153
+ tryReceive(filter: Predicate_1<T[]> | undefined, item: T[] | undefined): boolean;
154
+ tryReceiveAll(items: IList_1<T[]> | undefined): boolean;
152
155
  }
153
156
 
154
157
 
155
158
  export const BatchBlock_1: {
156
- new<T>(batchSize: int): BatchBlock_1$instance<T>;
157
- new<T>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchBlock_1$instance<T>;
159
+ new<T>(batchSize: int): BatchBlock_1<T>;
160
+ new<T>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchBlock_1<T>;
158
161
  };
159
162
 
160
163
 
@@ -177,14 +180,14 @@ export interface BatchedJoinBlock_2$instance<T1, T2> {
177
180
  complete(): void;
178
181
  linkTo(target: ITargetBlock_1<Tuple_2<IList_1<T1>, IList_1<T2>>>, linkOptions: DataflowLinkOptions): IDisposable;
179
182
  toString(): string;
180
- tryReceive(filter: Predicate_1<Tuple_2<IList_1<T1>, IList_1<T2>>>, item: Tuple_2<IList_1<T1>, IList_1<T2>>): boolean;
181
- tryReceiveAll(items: IList_1<Tuple_2<IList_1<T1>, IList_1<T2>>>): boolean;
183
+ tryReceive(filter: Predicate_1<Tuple_2<IList_1<T1>, IList_1<T2>>> | undefined, item: Tuple_2<IList_1<T1>, IList_1<T2>> | undefined): boolean;
184
+ tryReceiveAll(items: IList_1<Tuple_2<IList_1<T1>, IList_1<T2>>> | undefined): boolean;
182
185
  }
183
186
 
184
187
 
185
188
  export const BatchedJoinBlock_2: {
186
- new<T1, T2>(batchSize: int): BatchedJoinBlock_2$instance<T1, T2>;
187
- new<T1, T2>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_2$instance<T1, T2>;
189
+ new<T1, T2>(batchSize: int): BatchedJoinBlock_2<T1, T2>;
190
+ new<T1, T2>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_2<T1, T2>;
188
191
  };
189
192
 
190
193
 
@@ -207,14 +210,14 @@ export interface BatchedJoinBlock_3$instance<T1, T2, T3> {
207
210
  complete(): void;
208
211
  linkTo(target: ITargetBlock_1<Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>>, linkOptions: DataflowLinkOptions): IDisposable;
209
212
  toString(): string;
210
- tryReceive(filter: Predicate_1<Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>>, item: Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>): boolean;
211
- tryReceiveAll(items: IList_1<Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>>): boolean;
213
+ tryReceive(filter: Predicate_1<Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>> | undefined, item: Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>> | undefined): boolean;
214
+ tryReceiveAll(items: IList_1<Tuple_3<IList_1<T1>, IList_1<T2>, IList_1<T3>>> | undefined): boolean;
212
215
  }
213
216
 
214
217
 
215
218
  export const BatchedJoinBlock_3: {
216
- new<T1, T2, T3>(batchSize: int): BatchedJoinBlock_3$instance<T1, T2, T3>;
217
- new<T1, T2, T3>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_3$instance<T1, T2, T3>;
219
+ new<T1, T2, T3>(batchSize: int): BatchedJoinBlock_3<T1, T2, T3>;
220
+ new<T1, T2, T3>(batchSize: int, dataflowBlockOptions: GroupingDataflowBlockOptions): BatchedJoinBlock_3<T1, T2, T3>;
218
221
  };
219
222
 
220
223
 
@@ -232,13 +235,13 @@ export interface BroadcastBlock_1$instance<T> {
232
235
  complete(): void;
233
236
  linkTo(target: ITargetBlock_1<T>, linkOptions: DataflowLinkOptions): IDisposable;
234
237
  toString(): string;
235
- tryReceive(filter: Predicate_1<T>, item: T): boolean;
238
+ tryReceive(filter: Predicate_1<T> | undefined, item: T): boolean;
236
239
  }
237
240
 
238
241
 
239
242
  export const BroadcastBlock_1: {
240
- new<T>(cloningFunction: Func_2<T, T>): BroadcastBlock_1$instance<T>;
241
- new<T>(cloningFunction: Func_2<T, T>, dataflowBlockOptions: DataflowBlockOptions): BroadcastBlock_1$instance<T>;
243
+ new<T>(cloningFunction: Func_2<T, T> | undefined): BroadcastBlock_1<T>;
244
+ new<T>(cloningFunction: Func_2<T, T> | undefined, dataflowBlockOptions: DataflowBlockOptions): BroadcastBlock_1<T>;
242
245
  };
243
246
 
244
247
 
@@ -258,14 +261,14 @@ export interface BufferBlock_1$instance<T> {
258
261
  complete(): void;
259
262
  linkTo(target: ITargetBlock_1<T>, linkOptions: DataflowLinkOptions): IDisposable;
260
263
  toString(): string;
261
- tryReceive(filter: Predicate_1<T>, item: T): boolean;
262
- tryReceiveAll(items: IList_1<T>): boolean;
264
+ tryReceive(filter: Predicate_1<T> | undefined, item: T): boolean;
265
+ tryReceiveAll(items: IList_1<T> | undefined): boolean;
263
266
  }
264
267
 
265
268
 
266
269
  export const BufferBlock_1: {
267
- new<T>(): BufferBlock_1$instance<T>;
268
- new<T>(dataflowBlockOptions: DataflowBlockOptions): BufferBlock_1$instance<T>;
270
+ new<T>(): BufferBlock_1<T>;
271
+ new<T>(dataflowBlockOptions: DataflowBlockOptions): BufferBlock_1<T>;
269
272
  };
270
273
 
271
274
 
@@ -290,7 +293,7 @@ export interface DataflowBlockOptions$instance {
290
293
 
291
294
 
292
295
  export const DataflowBlockOptions: {
293
- new(): DataflowBlockOptions$instance;
296
+ new(): DataflowBlockOptions;
294
297
  readonly unbounded: int;
295
298
  };
296
299
 
@@ -305,7 +308,7 @@ export interface DataflowLinkOptions$instance {
305
308
 
306
309
 
307
310
  export const DataflowLinkOptions: {
308
- new(): DataflowLinkOptions$instance;
311
+ new(): DataflowLinkOptions;
309
312
  };
310
313
 
311
314
 
@@ -318,7 +321,7 @@ export interface ExecutionDataflowBlockOptions$instance extends DataflowBlockOpt
318
321
 
319
322
 
320
323
  export const ExecutionDataflowBlockOptions: {
321
- new(): ExecutionDataflowBlockOptions$instance;
324
+ new(): ExecutionDataflowBlockOptions;
322
325
  };
323
326
 
324
327
 
@@ -331,7 +334,7 @@ export interface GroupingDataflowBlockOptions$instance extends DataflowBlockOpti
331
334
 
332
335
 
333
336
  export const GroupingDataflowBlockOptions: {
334
- new(): GroupingDataflowBlockOptions$instance;
337
+ new(): GroupingDataflowBlockOptions;
335
338
  };
336
339
 
337
340
 
@@ -345,14 +348,14 @@ export interface JoinBlock_2$instance<T1, T2> {
345
348
  complete(): void;
346
349
  linkTo(target: ITargetBlock_1<Tuple_2<T1, T2>>, linkOptions: DataflowLinkOptions): IDisposable;
347
350
  toString(): string;
348
- tryReceive(filter: Predicate_1<Tuple_2<T1, T2>>, item: Tuple_2<T1, T2>): boolean;
349
- tryReceiveAll(items: IList_1<Tuple_2<T1, T2>>): boolean;
351
+ tryReceive(filter: Predicate_1<Tuple_2<T1, T2>> | undefined, item: Tuple_2<T1, T2> | undefined): boolean;
352
+ tryReceiveAll(items: IList_1<Tuple_2<T1, T2>> | undefined): boolean;
350
353
  }
351
354
 
352
355
 
353
356
  export const JoinBlock_2: {
354
- new<T1, T2>(): JoinBlock_2$instance<T1, T2>;
355
- new<T1, T2>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_2$instance<T1, T2>;
357
+ new<T1, T2>(): JoinBlock_2<T1, T2>;
358
+ new<T1, T2>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_2<T1, T2>;
356
359
  };
357
360
 
358
361
 
@@ -374,14 +377,14 @@ export interface JoinBlock_3$instance<T1, T2, T3> {
374
377
  complete(): void;
375
378
  linkTo(target: ITargetBlock_1<Tuple_3<T1, T2, T3>>, linkOptions: DataflowLinkOptions): IDisposable;
376
379
  toString(): string;
377
- tryReceive(filter: Predicate_1<Tuple_3<T1, T2, T3>>, item: Tuple_3<T1, T2, T3>): boolean;
378
- tryReceiveAll(items: IList_1<Tuple_3<T1, T2, T3>>): boolean;
380
+ tryReceive(filter: Predicate_1<Tuple_3<T1, T2, T3>> | undefined, item: Tuple_3<T1, T2, T3> | undefined): boolean;
381
+ tryReceiveAll(items: IList_1<Tuple_3<T1, T2, T3>> | undefined): boolean;
379
382
  }
380
383
 
381
384
 
382
385
  export const JoinBlock_3: {
383
- new<T1, T2, T3>(): JoinBlock_3$instance<T1, T2, T3>;
384
- new<T1, T2, T3>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_3$instance<T1, T2, T3>;
386
+ new<T1, T2, T3>(): JoinBlock_3<T1, T2, T3>;
387
+ new<T1, T2, T3>(dataflowBlockOptions: GroupingDataflowBlockOptions): JoinBlock_3<T1, T2, T3>;
385
388
  };
386
389
 
387
390
 
@@ -401,14 +404,14 @@ export interface TransformBlock_2$instance<TInput, TOutput> {
401
404
  complete(): void;
402
405
  linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
403
406
  toString(): string;
404
- tryReceive(filter: Predicate_1<TOutput>, item: TOutput): boolean;
405
- tryReceiveAll(items: IList_1<TOutput>): boolean;
407
+ tryReceive(filter: Predicate_1<TOutput> | undefined, item: TOutput): boolean;
408
+ tryReceiveAll(items: IList_1<TOutput> | undefined): boolean;
406
409
  }
407
410
 
408
411
 
409
412
  export const TransformBlock_2: {
410
- new<TInput, TOutput>(transform: Func_2<TInput, TOutput>): TransformBlock_2$instance<TInput, TOutput>;
411
- new<TInput, TOutput>(transform: Func_2<TInput, TOutput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformBlock_2$instance<TInput, TOutput>;
413
+ new<TInput, TOutput>(transform: Func_2<TInput, TOutput>): TransformBlock_2<TInput, TOutput>;
414
+ new<TInput, TOutput>(transform: Func_2<TInput, TOutput>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformBlock_2<TInput, TOutput>;
412
415
  };
413
416
 
414
417
 
@@ -429,14 +432,14 @@ export interface TransformManyBlock_2$instance<TInput, TOutput> {
429
432
  complete(): void;
430
433
  linkTo(target: ITargetBlock_1<TOutput>, linkOptions: DataflowLinkOptions): IDisposable;
431
434
  toString(): string;
432
- tryReceive(filter: Predicate_1<TOutput>, item: TOutput): boolean;
433
- tryReceiveAll(items: IList_1<TOutput>): boolean;
435
+ tryReceive(filter: Predicate_1<TOutput> | undefined, item: TOutput): boolean;
436
+ tryReceiveAll(items: IList_1<TOutput> | undefined): boolean;
434
437
  }
435
438
 
436
439
 
437
440
  export const TransformManyBlock_2: {
438
- new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>): TransformManyBlock_2$instance<TInput, TOutput>;
439
- new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformManyBlock_2$instance<TInput, TOutput>;
441
+ new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>): TransformManyBlock_2<TInput, TOutput>;
442
+ new<TInput, TOutput>(transform: Func_2<TInput, IEnumerable_1<TOutput>>, dataflowBlockOptions: ExecutionDataflowBlockOptions): TransformManyBlock_2<TInput, TOutput>;
440
443
  };
441
444
 
442
445
 
@@ -455,13 +458,13 @@ export interface WriteOnceBlock_1$instance<T> {
455
458
  complete(): void;
456
459
  linkTo(target: ITargetBlock_1<T>, linkOptions: DataflowLinkOptions): IDisposable;
457
460
  toString(): string;
458
- tryReceive(filter: Predicate_1<T>, item: T): boolean;
461
+ tryReceive(filter: Predicate_1<T> | undefined, item: T): boolean;
459
462
  }
460
463
 
461
464
 
462
465
  export const WriteOnceBlock_1: {
463
- new<T>(cloningFunction: Func_2<T, T>): WriteOnceBlock_1$instance<T>;
464
- new<T>(cloningFunction: Func_2<T, T>, dataflowBlockOptions: DataflowBlockOptions): WriteOnceBlock_1$instance<T>;
466
+ new<T>(cloningFunction: Func_2<T, T> | undefined): WriteOnceBlock_1<T>;
467
+ new<T>(cloningFunction: Func_2<T, T> | undefined, dataflowBlockOptions: DataflowBlockOptions): WriteOnceBlock_1<T>;
465
468
  };
466
469
 
467
470
 
@@ -27,16 +27,16 @@ export enum ValueTaskSourceStatus {
27
27
  export interface IValueTaskSource$instance {
28
28
  getResult(token: short): void;
29
29
  getStatus(token: short): ValueTaskSourceStatus;
30
- onCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
30
+ onCompleted(continuation: Action_1<unknown | undefined>, state: unknown | undefined, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
31
31
  }
32
32
 
33
33
 
34
34
  export type IValueTaskSource = IValueTaskSource$instance;
35
35
 
36
36
  export interface IValueTaskSource_1$instance<TResult> {
37
- getResult(token: short): TResult;
37
+ getResult(token: short): TResult | undefined;
38
38
  getStatus(token: short): ValueTaskSourceStatus;
39
- onCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
39
+ onCompleted(continuation: Action_1<unknown | undefined>, state: unknown | undefined, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
40
40
  }
41
41
 
42
42
 
@@ -47,7 +47,7 @@ export interface ManualResetValueTaskSourceCore_1$instance<TResult> {
47
47
  readonly version: short;
48
48
  getResult(token: short): TResult;
49
49
  getStatus(token: short): ValueTaskSourceStatus;
50
- onCompleted(continuation: Action_1<unknown>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
50
+ onCompleted(continuation: Action_1<unknown | undefined>, state: unknown, token: short, flags: ValueTaskSourceOnCompletedFlags): void;
51
51
  reset(): void;
52
52
  setException(error: Exception): void;
53
53
  setResult(result: TResult): void;
@@ -55,7 +55,7 @@ export interface ManualResetValueTaskSourceCore_1$instance<TResult> {
55
55
 
56
56
 
57
57
  export const ManualResetValueTaskSourceCore_1: {
58
- new<TResult>(): ManualResetValueTaskSourceCore_1$instance<TResult>;
58
+ new<TResult>(): ManualResetValueTaskSourceCore_1<TResult>;
59
59
  };
60
60
 
61
61
 
@@ -14,7 +14,7 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
14
14
  import * as System_Internal from "../../System/internal/index.js";
15
15
  import type { AsyncCallback, Boolean as ClrBoolean, DateTime, Delegate, Double, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "../../System/internal/index.js";
16
16
 
17
- export type ElapsedEventHandler = (sender: unknown, e: ElapsedEventArgs) => void;
17
+ export type ElapsedEventHandler = (sender: unknown | undefined, e: ElapsedEventArgs) => void;
18
18
 
19
19
 
20
20
  export interface ElapsedEventArgs$instance extends EventArgs {
@@ -23,7 +23,7 @@ export interface ElapsedEventArgs$instance extends EventArgs {
23
23
 
24
24
 
25
25
  export const ElapsedEventArgs: {
26
- new(signalTime: DateTime): ElapsedEventArgs$instance;
26
+ new(signalTime: DateTime): ElapsedEventArgs;
27
27
  };
28
28
 
29
29
 
@@ -33,8 +33,8 @@ export interface Timer$instance extends Component {
33
33
  autoReset: boolean;
34
34
  enabled: boolean;
35
35
  interval: double;
36
- site: ISite;
37
- synchronizingObject: ISynchronizeInvoke;
36
+ site: ISite | undefined;
37
+ synchronizingObject: ISynchronizeInvoke | undefined;
38
38
  beginInit(): void;
39
39
  close(): void;
40
40
  dispose(): void;
@@ -45,9 +45,9 @@ export interface Timer$instance extends Component {
45
45
 
46
46
 
47
47
  export const Timer: {
48
- new(): Timer$instance;
49
- new(interval: double): Timer$instance;
50
- new(interval: TimeSpan): Timer$instance;
48
+ new(): Timer;
49
+ new(interval: double): Timer;
50
+ new(interval: TimeSpan): Timer;
51
51
  };
52
52
 
53
53
 
@@ -68,7 +68,7 @@ export interface TimersDescriptionAttribute$instance extends DescriptionAttribut
68
68
 
69
69
 
70
70
  export const TimersDescriptionAttribute: {
71
- new(description: string): TimersDescriptionAttribute$instance;
71
+ new(description: string): TimersDescriptionAttribute;
72
72
  };
73
73
 
74
74
 
@@ -68,10 +68,10 @@ export enum TransactionStatus {
68
68
  export type HostCurrentTransactionCallback = () => Transaction;
69
69
 
70
70
 
71
- export type TransactionCompletedEventHandler = (sender: unknown, e: TransactionEventArgs) => void;
71
+ export type TransactionCompletedEventHandler = (sender: unknown | undefined, e: TransactionEventArgs) => void;
72
72
 
73
73
 
74
- export type TransactionStartedEventHandler = (sender: unknown, e: TransactionEventArgs) => void;
74
+ export type TransactionStartedEventHandler = (sender: unknown | undefined, e: TransactionEventArgs) => void;
75
75
 
76
76
 
77
77
  export interface IDtcTransaction$instance {
@@ -93,7 +93,7 @@ export type IEnlistmentNotification = IEnlistmentNotification$instance;
93
93
 
94
94
  export interface IPromotableSinglePhaseNotification$instance extends ITransactionPromoter {
95
95
  initialize(): void;
96
- promote(): byte[];
96
+ promote(): byte[] | undefined;
97
97
  singlePhaseCommit(singlePhaseEnlistment: SinglePhaseEnlistment): void;
98
98
  }
99
99
 
@@ -103,7 +103,7 @@ export interface IPromotableSinglePhaseNotification$instance extends ITransactio
103
103
  export type IPromotableSinglePhaseNotification = IPromotableSinglePhaseNotification$instance;
104
104
 
105
105
  export interface ISimpleTransactionSuperior$instance extends ITransactionPromoter {
106
- promote(): byte[];
106
+ promote(): byte[] | undefined;
107
107
  rollback(): void;
108
108
  }
109
109
 
@@ -124,7 +124,7 @@ export interface ISinglePhaseNotification$instance extends IEnlistmentNotificati
124
124
  export type ISinglePhaseNotification = ISinglePhaseNotification$instance;
125
125
 
126
126
  export interface ITransactionPromoter$instance {
127
- promote(): byte[];
127
+ promote(): byte[] | undefined;
128
128
  }
129
129
 
130
130
 
@@ -140,7 +140,7 @@ export interface TransactionOptions$instance {
140
140
 
141
141
 
142
142
  export const TransactionOptions: {
143
- new(): TransactionOptions$instance;
143
+ new(): TransactionOptions;
144
144
  };
145
145
 
146
146
 
@@ -164,9 +164,9 @@ export interface CommittableTransaction$instance extends Transaction$instance {
164
164
 
165
165
 
166
166
  export const CommittableTransaction: {
167
- new(): CommittableTransaction$instance;
168
- new(timeout: TimeSpan): CommittableTransaction$instance;
169
- new(options: TransactionOptions): CommittableTransaction$instance;
167
+ new(): CommittableTransaction;
168
+ new(timeout: TimeSpan): CommittableTransaction;
169
+ new(options: TransactionOptions): CommittableTransaction;
170
170
  };
171
171
 
172
172
 
@@ -189,7 +189,7 @@ export interface DependentTransaction$instance extends Transaction$instance {
189
189
 
190
190
 
191
191
  export const DependentTransaction: {
192
- new(): DependentTransaction$instance;
192
+ new(): DependentTransaction;
193
193
  };
194
194
 
195
195
 
@@ -209,7 +209,7 @@ export interface Enlistment$instance {
209
209
 
210
210
 
211
211
  export const Enlistment: {
212
- new(): Enlistment$instance;
212
+ new(): Enlistment;
213
213
  };
214
214
 
215
215
 
@@ -224,7 +224,7 @@ export interface PreparingEnlistment$instance extends Enlistment {
224
224
 
225
225
 
226
226
  export const PreparingEnlistment: {
227
- new(): PreparingEnlistment$instance;
227
+ new(): PreparingEnlistment;
228
228
  };
229
229
 
230
230
 
@@ -232,15 +232,15 @@ export type PreparingEnlistment = PreparingEnlistment$instance;
232
232
 
233
233
  export interface SinglePhaseEnlistment$instance extends Enlistment {
234
234
  aborted(): void;
235
- aborted(e: Exception): void;
235
+ aborted(e: Exception | undefined): void;
236
236
  committed(): void;
237
237
  inDoubt(): void;
238
- inDoubt(e: Exception): void;
238
+ inDoubt(e: Exception | undefined): void;
239
239
  }
240
240
 
241
241
 
242
242
  export const SinglePhaseEnlistment: {
243
- new(): SinglePhaseEnlistment$instance;
243
+ new(): SinglePhaseEnlistment;
244
244
  };
245
245
 
246
246
 
@@ -253,7 +253,7 @@ export interface SubordinateTransaction$instance extends Transaction$instance {
253
253
 
254
254
 
255
255
  export const SubordinateTransaction: {
256
- new(isoLevel: IsolationLevel, superior: ISimpleTransactionSuperior): SubordinateTransaction$instance;
256
+ new(isoLevel: IsolationLevel, superior: ISimpleTransactionSuperior): SubordinateTransaction;
257
257
  };
258
258
 
259
259
 
@@ -291,8 +291,8 @@ export interface Transaction$instance {
291
291
 
292
292
 
293
293
  export const Transaction: {
294
- new(): Transaction$instance;
295
- current: Transaction;
294
+ new(): Transaction;
295
+ current: Transaction | undefined;
296
296
  };
297
297
 
298
298
 
@@ -312,9 +312,9 @@ export interface TransactionAbortedException$instance extends TransactionExcepti
312
312
 
313
313
 
314
314
  export const TransactionAbortedException: {
315
- new(): TransactionAbortedException$instance;
316
- new(message: string): TransactionAbortedException$instance;
317
- new(message: string, innerException: Exception): TransactionAbortedException$instance;
315
+ new(): TransactionAbortedException;
316
+ new(message: string | undefined): TransactionAbortedException;
317
+ new(message: string | undefined, innerException: Exception | undefined): TransactionAbortedException;
318
318
  };
319
319
 
320
320
 
@@ -326,12 +326,12 @@ export type TransactionAbortedException = TransactionAbortedException$instance &
326
326
 
327
327
 
328
328
  export interface TransactionEventArgs$instance extends EventArgs {
329
- readonly transaction: Transaction;
329
+ readonly transaction: Transaction | undefined;
330
330
  }
331
331
 
332
332
 
333
333
  export const TransactionEventArgs: {
334
- new(): TransactionEventArgs$instance;
334
+ new(): TransactionEventArgs;
335
335
  };
336
336
 
337
337
 
@@ -343,9 +343,9 @@ export interface TransactionException$instance extends SystemException {
343
343
 
344
344
 
345
345
  export const TransactionException: {
346
- new(): TransactionException$instance;
347
- new(message: string): TransactionException$instance;
348
- new(message: string, innerException: Exception): TransactionException$instance;
346
+ new(): TransactionException;
347
+ new(message: string | undefined): TransactionException;
348
+ new(message: string | undefined, innerException: Exception | undefined): TransactionException;
349
349
  };
350
350
 
351
351
 
@@ -362,9 +362,9 @@ export interface TransactionInDoubtException$instance extends TransactionExcepti
362
362
 
363
363
 
364
364
  export const TransactionInDoubtException: {
365
- new(): TransactionInDoubtException$instance;
366
- new(message: string): TransactionInDoubtException$instance;
367
- new(message: string, innerException: Exception): TransactionInDoubtException$instance;
365
+ new(): TransactionInDoubtException;
366
+ new(message: string | undefined): TransactionInDoubtException;
367
+ new(message: string | undefined, innerException: Exception | undefined): TransactionInDoubtException;
368
368
  };
369
369
 
370
370
 
@@ -384,7 +384,7 @@ export interface TransactionInformation$instance {
384
384
 
385
385
 
386
386
  export const TransactionInformation: {
387
- new(): TransactionInformation$instance;
387
+ new(): TransactionInformation;
388
388
  };
389
389
 
390
390
 
@@ -396,9 +396,9 @@ export interface TransactionManagerCommunicationException$instance extends Trans
396
396
 
397
397
 
398
398
  export const TransactionManagerCommunicationException: {
399
- new(): TransactionManagerCommunicationException$instance;
400
- new(message: string): TransactionManagerCommunicationException$instance;
401
- new(message: string, innerException: Exception): TransactionManagerCommunicationException$instance;
399
+ new(): TransactionManagerCommunicationException;
400
+ new(message: string | undefined): TransactionManagerCommunicationException;
401
+ new(message: string | undefined, innerException: Exception | undefined): TransactionManagerCommunicationException;
402
402
  };
403
403
 
404
404
 
@@ -415,9 +415,9 @@ export interface TransactionPromotionException$instance extends TransactionExcep
415
415
 
416
416
 
417
417
  export const TransactionPromotionException: {
418
- new(): TransactionPromotionException$instance;
419
- new(message: string): TransactionPromotionException$instance;
420
- new(message: string, innerException: Exception): TransactionPromotionException$instance;
418
+ new(): TransactionPromotionException;
419
+ new(message: string | undefined): TransactionPromotionException;
420
+ new(message: string | undefined, innerException: Exception | undefined): TransactionPromotionException;
421
421
  };
422
422
 
423
423
 
@@ -435,20 +435,20 @@ export interface TransactionScope$instance {
435
435
 
436
436
 
437
437
  export const TransactionScope: {
438
- new(): TransactionScope$instance;
439
- new(scopeOption: TransactionScopeOption): TransactionScope$instance;
440
- new(asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
441
- new(scopeOption: TransactionScopeOption, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
442
- new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan): TransactionScope$instance;
443
- new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
444
- new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions): TransactionScope$instance;
445
- new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
446
- new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, interopOption: EnterpriseServicesInteropOption): TransactionScope$instance;
447
- new(transactionToUse: Transaction): TransactionScope$instance;
448
- new(transactionToUse: Transaction, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
449
- new(transactionToUse: Transaction, scopeTimeout: TimeSpan): TransactionScope$instance;
450
- new(transactionToUse: Transaction, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope$instance;
451
- new(transactionToUse: Transaction, scopeTimeout: TimeSpan, interopOption: EnterpriseServicesInteropOption): TransactionScope$instance;
438
+ new(): TransactionScope;
439
+ new(scopeOption: TransactionScopeOption): TransactionScope;
440
+ new(asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
441
+ new(scopeOption: TransactionScopeOption, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
442
+ new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan): TransactionScope;
443
+ new(scopeOption: TransactionScopeOption, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
444
+ new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions): TransactionScope;
445
+ new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
446
+ new(scopeOption: TransactionScopeOption, transactionOptions: TransactionOptions, interopOption: EnterpriseServicesInteropOption): TransactionScope;
447
+ new(transactionToUse: Transaction): TransactionScope;
448
+ new(transactionToUse: Transaction, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
449
+ new(transactionToUse: Transaction, scopeTimeout: TimeSpan): TransactionScope;
450
+ new(transactionToUse: Transaction, scopeTimeout: TimeSpan, asyncFlowOption: TransactionScopeAsyncFlowOption): TransactionScope;
451
+ new(transactionToUse: Transaction, scopeTimeout: TimeSpan, interopOption: EnterpriseServicesInteropOption): TransactionScope;
452
452
  };
453
453
 
454
454
 
@@ -476,7 +476,7 @@ export abstract class TransactionInterop$instance {
476
476
  export type TransactionInterop = TransactionInterop$instance;
477
477
 
478
478
  export abstract class TransactionManager$instance {
479
- static hostCurrentCallback: HostCurrentTransactionCallback;
479
+ static hostCurrentCallback: HostCurrentTransactionCallback | undefined;
480
480
  static defaultTimeout: TimeSpan;
481
481
  static maximumTimeout: TimeSpan;
482
482
  static implicitDistributedTransactions: boolean;