BufferBlock<T> Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BufferBlock<T>() |
Initialisiert eine neue BufferBlock<T>. |
BufferBlock<T>(DataflowBlockOptions) |
Initialisiert eine neue BufferBlock<T> mit dem angegebenen DataflowBlockOptions. |
BufferBlock<T>()
- Quelle:
- BufferBlock.cs
- Quelle:
- BufferBlock.cs
- Quelle:
- BufferBlock.cs
- Quelle:
- BufferBlock.cs
Initialisiert eine neue BufferBlock<T>.
public:
BufferBlock();
public BufferBlock ();
Public Sub New ()
Gilt für:
BufferBlock<T>(DataflowBlockOptions)
- Quelle:
- BufferBlock.cs
- Quelle:
- BufferBlock.cs
- Quelle:
- BufferBlock.cs
- Quelle:
- BufferBlock.cs
Initialisiert eine neue BufferBlock<T> mit dem angegebenen DataflowBlockOptions.
public:
BufferBlock(System::Threading::Tasks::Dataflow::DataflowBlockOptions ^ dataflowBlockOptions);
public BufferBlock (System.Threading.Tasks.Dataflow.DataflowBlockOptions dataflowBlockOptions);
new System.Threading.Tasks.Dataflow.BufferBlock<'T> : System.Threading.Tasks.Dataflow.DataflowBlockOptions -> System.Threading.Tasks.Dataflow.BufferBlock<'T>
Public Sub New (dataflowBlockOptions As DataflowBlockOptions)
Parameter
- dataflowBlockOptions
- DataflowBlockOptions
Die Optionen, mit denen dieser BufferBlock<T> zu konfigurieren ist.
Ausnahmen
dataflowBlockOptions
ist null
.