The Tasking thread is invoked to perform user-initiated tasks such as Copy, Move, Link, and Create another operations on a separate thread, so that it does not interfere with the main User-interface thread's response time. Therefore, the methods that are associated with these actions can be executed from other threads.


[Back] [Next]