How to raise event when new event has been written? [closed]
How do i raise my own event in c# when there has been "new audit event" operation to the computer Event Log ( in the manage section ...).
Take a look at this code-project sample: http://www.codeproject.com/KB/cs/rteventreader.aspx
I think this is what you are looking for:
http://ashishware.com/websocksample.shtml
精彩评论