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: 171
c#
|webservice
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