1
Reply

Use threading in C# windows application button click

Rohit S

Rohit S

Mar 4 2009 7:48 PM
6.5k
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)