System.Threading.Tasks.Dataflow

Created Diff never expires
13 suppressions
Lignes
Total
Supprimé
Mots
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diffchecker logo
Diffchecker Pro
45 lignes
5 ajouts
Lignes
Total
Ajouté
Mots
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diffchecker logo
Diffchecker Pro
38 lignes
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="2.12">
<metadata>
<id>System.Threading.Tasks.Dataflow</id>
<id>System.Threading.Tasks.Dataflow</id>
<version>6.0.0-preview.6.21352.12</version>
<version>6.0.0-dev</version>
<title>System.Threading.Tasks.Dataflow</title>
<authors>Microsoft</authors>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<owners></owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<license type="expression">MIT</license>
<icon>Icon.png</icon>
<icon>Icon.png</icon>
<projectUrl>https://dot.net/</projectUrl>
<projectUrl>https://dot.net/</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.
<description>TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#.


Commonly Used Types:
Commonly Used Types:
System.Threading.Tasks.Dataflow.ActionBlock&lt;TInput&gt;
System.Threading.Tasks.Dataflow.ActionBlock&lt;TInput&gt;
System.Threading.Tasks.Dataflow.BatchBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.BatchBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.BatchedJoinBlock&lt;T1, T2&gt;
System.Threading.Tasks.Dataflow.BatchedJoinBlock&lt;T1, T2&gt;
System.Threading.Tasks.Dataflow.BatchedJoinBlock&lt;T1, T2, T3&gt;
System.Threading.Tasks.Dataflow.BatchedJoinBlock&lt;T1, T2, T3&gt;
System.Threading.Tasks.Dataflow.BroadcastBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.BroadcastBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.BufferBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.BufferBlock&lt;T&gt;
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.DataflowBlock
System.Threading.Tasks.Dataflow.JoinBlock&lt;T1, T2&gt;
System.Threading.Tasks.Dataflow.JoinBlock&lt;T1, T2&gt;
System.Threading.Tasks.Dataflow.JoinBlock&lt;T1, T2, T3&gt;
System.Threading.Tasks.Dataflow.JoinBlock&lt;T1, T2, T3&gt;
System.Threading.Tasks.Dataflow.TransformBlock&lt;TInput, TOutput&gt;
System.Threading.Tasks.Dataflow.TransformBlock&lt;TInput, TOutput&gt;
System.Threading.Tasks.Dataflow.TransformManyBlock&lt;TInput, TOutput&gt;
System.Threading.Tasks.Dataflow.TransformManyBlock&lt;TInput, TOutput&gt;
System.Threading.Tasks.Dataflow.WriteOnceBlock&lt;T&gt;</description>
System.Threading.Tasks.Dataflow.WriteOnceBlock&lt;T&gt;</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<serviceable>true</serviceable>
<repository type="git" url="https://github.com/dotnet/runtime" commit="770d630b283ec1be4a8ed41ac78e13ec1fd957b1" />
<repository type="git" url="https://github.com/dotnet/runtime" commit="0000000000000000000000000000000000000000" />
<dependencies>
<dependencies>
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework="net6.0" />
<group targetFramework="net6.0" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.0" />
<group targetFramework=".NETStandard2.1" />
<group targetFramework=".NETStandard2.1" />
</dependencies>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</metadata>
</package>
</package>