Asked By Caesar
10-Nov-09 01:58 AM
Hi all,
Would like to know what are the interfaces that I need to implement to
support asynchronous file operation for my NSE...(my NSE as source and
explorer as destination).
so far I have implemented IDataObject with IAsynchoperation and
singlethreadedapartment. Is it correct? When I copy file from nse to
explorer, while the file transfer is going on, I can browse both destination
and source, although source window(NSE) is so laggy.
Is there anything that I need to consider in implementing asynchronous
operation?
Thanks