Use threading in C# windows application button click
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