Stranger
Stranger

Reputation: 11

Performance Counters

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

Upvotes: 1

Views: 231

Answers (1)

Hans Passant
Hans Passant

Reputation: 941465

You'll need a Timer.

Upvotes: 2

Related Questions