Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make WSDL.exe NOT generate the XxxAsync methods (I still want Begin/EndXxx)

Does anyone know how to do this?

like image 246
skb Avatar asked Nov 06 '22 21:11

skb


1 Answers

See : http://msdn.microsoft.com/en-us/library/7h3ystb6%28VS.80%29.aspx

Play around with the parameters : "newAsync" and "oldAsync" to switch off Async methods.

Hope this helps.

Cheers!

like image 111
eastender Avatar answered Nov 14 '22 13:11

eastender