Re: Multi-Threaded 'Get' Example - WeOnlyDo Discussion board

Re: Multi-Threaded 'Get' Example (General questions)

by wodDamir, Monday, February 23, 2009, 20:27 (5547 days ago) @ ActiveGreg

Greg,

strResponse=http(5).Response.Body and strResponse=http(5).Owner.Response.Body isn't the same. Actually, http(5).Owner.Response.Body doesn't exist at all, so you would receive an error when you try to access it.

However, the reference provided as Owner is always the one that triggered the event (in this case the IwodHttpNotify_Done procedure).

Also, we implemented a new property for the main object (Tag property), which you can use to set to something that will allow you to identify objects.

However, you will need to update to latest version in order to get this property.

Regards,
Damba


Complete thread: