1
Answer

Use threading in C# windows application button click

Rohit S

Rohit S

16y
6.8k
1
Hi all

I have to use threading concept on Button Click of windows form.The button is used to invoke the web service. On Click it will submit a web method invocation request multiple times cocurently. the number of request should be configurable.the method.
I am new to threading concept. Please suggest me the way to do this.

Thanks

Answers (1)