Beispiel #1
0
 public TransformBlock(System.Func <TInput, TOutput> transform, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions)
 {
 }
Beispiel #2
0
 public TransformManyBlock(System.Func <TInput, System.Threading.Tasks.Task <System.Collections.Generic.IEnumerable <TOutput> > > transform, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions)
 {
 }
Beispiel #3
0
 public ActionBlock(System.Func <TInput, System.Threading.Tasks.Task> action, System.Threading.Tasks.Dataflow.ExecutionDataflowBlockOptions dataflowBlockOptions)
 {
 }