Custom Event Handler

Posted by Dremation on Stack Overflow See other posts from Stack Overflow or by Dremation
Published on 2010-03-31T02:16:24Z Indexed on 2010/03/31 2:23 UTC
Read the original article Hit count: 510

Filed under:
|
|

I have a function that I'm using while(true) to repeatedly scan memory addresses of an application to detect change. I sleep the thread 1 second between iterations and this helps performance. However, is there a way to create a custom event handler to do away with the loops?

© Stack Overflow or respective owner

Related posts about c#

Related posts about event