Shouldn’t that line be TotalMilliseconds not TotalSeconds?
The amount of time to delay before is invoked, in milliseconds.
mythz
2
Yeah, I’ve changed it to use TimeSpan
to remove any ambiguity on what the Timer accepts in this commit.
This change is available from v5.1.1 that’s now available on MyGet.
1 Like