Re: Multi-Threaded (General questions)
Damba,
...just noticed Owner.LicenseKey too...
So I need to set the licensekey for each instance too I would suppose, correct?
Greg
Damba,
Sorry! I see 'Owner' is here: IwodHttpNotify_Done(ByVal Owner
How would I know which 'Thread/Instance' it belonged to?
(e.g., http1(1)..http1(5))?Greg
Damba,
Thanks again...
Just to clarify:
strResponse=http(5).Response.Body
OR
strResponse=http(5).Owner.Response.Body?Greg,
That's correct. Or, you can use Owner.Response.Body, the effect is the same.
Regards,
Damba