[MonoTouch] Consuming WCF
Tomasz Cielecki
tomasz at ostebaronen.dk
Sat Mar 10 13:28:57 UTC 2012
You are consuming the service async. So you reach the return statement
before it gets to load the string into strValue.
On Mar 9, 2012 4:11 PM, "Alessandro80" <alessandro at iws-italia.it> wrote:
> PS:
> if I change
>
> "strValue = String.Format("This is service response: {0}",e.Result);"
>
> with
>
> "Console.Write(String.Format("This is service response: {0}", e.Result);"
>
> I can read my service response on console.
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/Consuming-WCF-tp4455961p4459038.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monotouch/attachments/20120310/5bfc7664/attachment.html>
More information about the MonoTouch
mailing list