Log out of the thread pool at a time and log out of the thread pool at a time.

Source: Internet
Author: User

Log out of the thread pool at a time and log out of the thread pool at a time.

Question: I used timer all the time and suddenly used ThreadPool to register the thread. I found that the thread won't be logged out (% >_<%), So I simply recorded a few words:

Private AutoResetEvent autoReset = new AutoResetEvent (false );
Private RegisteredWaitHandle h;

Usage:

H = ThreadPool. RegisterWaitForSingleObject (autoReset, ParallelClearLog, null, 100, false );

Set when you want to terminate (equivalent to setting a message ):

AutoReset. Set ();

 

Finally, the following operations are performed to cancel a thread:

If (h! = Null ){
H. Unregister (null );

}

Of course, since it can be canceled, it can already be reset here (this can be used for resumable upload of files, timeout and reconnection .....)

H. Unregister (autoReset );

 

(End)

Reference: https://msdn.microsoft.com/zh-cn/magazine/system.threading.registeredwaithandle.unregister (v = vs.110). aspx

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.