You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Threading.Tasks.Dataflow/DataflowBlockOptions.xml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -143,8 +143,9 @@
143
143
<ReturnType>System.Boolean</ReturnType>
144
144
</ReturnValue>
145
145
<Docs>
146
-
<summary>Gets or sets whether ordered processing should be enforced on a block's handling of messages.</summary>
147
-
<value>To be added.</value>
146
+
<summary>Gets or sets a value that indicates whether ordered processing should be enforced on a block's handling of messages.</summary>
147
+
<value>
148
+
<seelangword="true" /> if ordered processing should be enforced; otherwise, <seelangword="false" />. The default value is <seelangword="true" />.</value>
0 commit comments