You can exchange/pass callback references between DCOM objects. When writing for DCOM just remember to use ByVal so as to avoid the data (longs, strings, etc) having to go round trip. Other than that it's "basically" the same as writing for non-DCOM.
One thing, however. It sounds like you want to be able to process the task asynchronously (which is a good thing). To acomplish this you will need to set some kind of timer callback, then release control back to the caller, and then process the task when your timer calls you back.
--------------------------------------------------------------------------------
Monte Hansen
VB Yuk Yuk
http://KillerVB.com
Can you pass a call back through DCOM to one machine, which does some
processing, then passes the result back to the calling machine to the
call back function.
Simply put can you pass a call back across a DCOM connection?
If so, where can I find information on hoe to do this.
PLease email me with any answers.
Thank you