Skip to content

Add link to DataFlow conceptual documentation to DataFlow types #1198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 22 tasks
rpetrusha opened this issue Sep 6, 2018 · 1 comment · May be fixed by #7318
Open
1 of 22 tasks

Add link to DataFlow conceptual documentation to DataFlow types #1198

rpetrusha opened this issue Sep 6, 2018 · 1 comment · May be fixed by #7318
Labels
area-System.Threading.Tasks help wanted Good for community contributors to help [up-for-grabs] Pri2 Indicates issues/PRs that are medium priority Pri3 Indicates issues/PRs that are low priority
Milestone

Comments

@rpetrusha
Copy link

Add link to Dataflow conceptual documentation to Dataflow types

For more information, see #486

The API documentation for the System.Threading.Tasks.Dataflow namespace and its types doesn't link to the conceptual documentation at https://docs.microsoft.com/dotnet/standard/parallel-programming/dataflow-task-parallel-library except from the namespace page. A link should be added to each type. The following are the Dataflow types:

  • ActionBlock<TInput>
  • BatchBlock<T>
  • BatchedJoinBlock<T1,T2>
  • BroadcastBlock<T>
  • BufferBlock<T>
  • DataflowBlock
  • DataflowBlockOptions
  • DataflowLinkOptions
  • DataflowMessageHeader
  • DataflowMessageStatus
  • ExecutionDataflowBlockOptions
  • GroupingDataflowBlockOptions
  • IDataflowBlock
  • IPropagatorBlock<TInput,TOutput>
  • IReceivableSourceBlock<TOutput>
  • ISourceBlock<TOutput>
  • ITargetBlock<TInput>
  • JoinBlock<T1,T2>
  • JoinBlock<T1,T2,T3>
  • TransformBlock<TInput,TOutput>
  • TransformManyBlock<TInput,TOutput>
  • WriteOnceBlock<T>

//cc @breyed

@mairaw mairaw transferred this issue from dotnet/docs Nov 26, 2018
@dotnet-bot dotnet-bot added the untriaged New issue has not been triaged by the area owner label Nov 26, 2018
@mairaw mairaw added Pri2 Indicates issues/PRs that are medium priority help wanted Good for community contributors to help [up-for-grabs] and removed untriaged New issue has not been triaged by the area owner labels Nov 26, 2018
@mairaw mairaw added this to the Backlog milestone Nov 26, 2018
@PRMerger13 PRMerger13 added the Pri3 Indicates issues/PRs that are low priority label Nov 11, 2020
wenz added a commit to wenz/dotnet-api-docs that referenced this issue Oct 23, 2021
@gewarren
Copy link
Contributor

Related to #7451.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Threading.Tasks help wanted Good for community contributors to help [up-for-grabs] Pri2 Indicates issues/PRs that are medium priority Pri3 Indicates issues/PRs that are low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants