using System.Diagnostics开发者_如何学运维.PerformanceCounter
, I want to write results after every 'x' minutes. Is there any function supported for this or will I have to write some kind of event that gets invoked after every 'x' minutes? Thanks
You'll need a Timer.
精彩评论