开发者

Performance Counters

开发者 https://www.devze.com 2023-01-12 06:08 出处:网络
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 tha

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消