Right now when using "public async Task XFormSuccess(ContactPage currentPage, XFormPostedData xFormPostedData)" it throws an error. We were going to use both SmtpClient.SendAsync and an Async WCF service after posting an XForm so it would be nice to have async support.
Right now when using "public async Task XFormSuccess(ContactPage currentPage, XFormPostedData xFormPostedData)" it throws an error. We were going to use both SmtpClient.SendAsync and an Async WCF service after posting an XForm so it would be nice to have async support.