Async webmethod without timeout

Posted by phenevo on Stack Overflow See other posts from Stack Overflow or by phenevo
Published on 2010-03-16T12:46:59Z Indexed on 2010/03/21 17:01 UTC
Read the original article Hit count: 151

Filed under:
|

Hi,

I need a console app which will calling webmethod.

It must be asynchronous and without timeout (we don't know how much time takes this method to deal with task.

Is it good way:

[WebMethod]
[SoapDocumentMethod(OneWay = true)]

??

© Stack Overflow or respective owner

Related posts about c#

Related posts about webservice