Click here to Skip to main content
15,889,992 members

Comments by faroukg (Top 6 by date)

faroukg 19-Sep-11 16:12pm View    
nope the windows form just runs the default created Proxy.BeginMethod (when selecting "generate asynch methods" in the service reference.
the method takes in a callback function. In the call back function I find the return result.
faroukg 19-Sep-11 5:32am View    
I created a net.tcp endpoint and used that but still get the same problem.


will a nettcp binding not overcome the need for httpmodule?

to answer your previous question:
the call is made during an On_Click event. the even spawns a threat (until clicked again - then the thread is aborted).

in this thread a infinite loop calls the Asynch method once a second ie beginMethod. The result is fetched in the endMethod.
faroukg 18-Sep-11 15:52pm View    
what do i set it to?
faroukg 18-Sep-11 13:42pm View    
i am not sure.. where do i see this, and what do i set it to?
faroukg 17-Sep-11 14:23pm View    
ok tried that..still doesnt solve the problem... still only get to 200 and then the asynch calls just "wait" till timeout