Please anyone
My goal for this inquiry is I need to do some logging. It additionally is accomplished through a web service. So I want to fire off some calls to the web service and just forget about them. I don't need their response.
I especially dont want their execution to interrupt the flow of whats going on in my Activity_Create. The Activity_Create is doing its fair share of calls to subs which call HttpUtil and then the job done then parsers then are forced back into Activity_Create.
( Version 1.90 scenario )
Create, a service ?? service hosts class.. class hosts HttpUtil ?
or does the service call HttpUtil and theres no class.. ?