Can not convert int to System.Threading.Tasks.Dataflow.dataflowblockoptions

Gaurav Jha 21 Reputation points
2022-12-02T07:02:11.92+00:00

Private Bufferblock que {get; set;} = new Bufferblock (32); This is the implementation I want to achieve.im getting error can not convert int to System.Threading.Tasks.Dataflow.dataflowblockoptions. I tried making that int implementation to list of tasks but again getting same error. What should I do ?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,121 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gaurav Jha 21 Reputation points
    2022-12-02T11:10:45.673+00:00

    266557-20221202-163926.jpg

    I have attached the error as in attachment file.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.