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

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

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

Damba,

Great! Is it already done??? Sounded like it though I wouldn't imagine you got it done so fast.

Nevertheless I went ahead and requested an update.

Greg

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: