Skip to content

Commit 7df423c

Browse files
authored
Document System.IO.Pipelines.PipeScheduler (#3492)
* Document System.IO.Pipelines.PipeScheduler * suggestions by halter73
1 parent a79c2dd commit 7df423c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System.IO.Pipelines/PipeScheduler.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</AssemblyInfo>
3636
<Parameters />
3737
<Docs>
38-
<summary>To be added.</summary>
38+
<summary>Initializes new a <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance.</summary>
3939
<remarks>To be added.</remarks>
4040
</Docs>
4141
</Member>
@@ -58,7 +58,7 @@
5858
</ReturnValue>
5959
<Docs>
6060
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that runs callbacks inline.</summary>
61-
<value>To be added.</value>
61+
<value>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that runs callbacks inline.</value>
6262
<remarks>To be added.</remarks>
6363
</Docs>
6464
</Member>
@@ -84,8 +84,8 @@
8484
<Parameter Name="state" Type="System.Object" />
8585
</Parameters>
8686
<Docs>
87-
<param name="action">To be added.</param>
88-
<param name="state">To be added.</param>
87+
<param name="action">The single-parameter action delegate to schedule.</param>
88+
<param name="state">The parameter to pass to the <paramref name="action" /> delegate.</param>
8989
<summary>Requests <paramref name="action" /> to be run on scheduler with <paramref name="state" /> being passed in.</summary>
9090
<remarks>To be added.</remarks>
9191
</Docs>
@@ -108,8 +108,8 @@
108108
<ReturnType>System.IO.Pipelines.PipeScheduler</ReturnType>
109109
</ReturnValue>
110110
<Docs>
111-
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that queues callbacks to thread pool.</summary>
112-
<value>To be added.</value>
111+
<summary>The <see cref="T:System.IO.Pipelines.PipeScheduler" /> implementation that queues callbacks to the thread pool.</summary>
112+
<value>A <see cref="T:System.IO.Pipelines.PipeScheduler" /> instance that queues callbacks to the thread pool.</value>
113113
<remarks>To be added.</remarks>
114114
</Docs>
115115
</Member>

0 commit comments

Comments
 (0)