ActionBlock<TInput> Constructor
Updated: October 7, 2015
Initializes a new instance of the ActionBlock<TInput> class.
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
| Name | Description | |
|---|---|---|
![]() | ActionBlock<TInput>(Action<TInput>^) | Initializes a new instance of the ActionBlock<TInput> class with the specified action. |
![]() | ActionBlock<TInput>(Action<TInput>^, ExecutionDataflowBlockOptions^) | Initializes a new instance of the ActionBlock<TInput> class with the specified action and configuration options. |
![]() | ActionBlock<TInput>(Func<TInput, Task^>^) | Initializes a new instance of the ActionBlock<TInput> class with the specified action. |
![]() | ActionBlock<TInput>(Func<TInput, Task^>^, ExecutionDataflowBlockOptions^) | Initializes a new instance of the ActionBlock<TInput> class with the specified action and configuration options. |
