C# Class System.Net.TimerThread.InfiniteTimer

A dummy infinite timer.

Inheritance: System.Threading.Timer
Datei anzeigen Open project: dotnet/corefx

Private Properties

Property Type Description
Cancel bool
InfiniteTimer System.Collections

Private Methods

Method Description
Cancel ( ) : bool

Cancels the timer. Returns true the first time, false after that.

InfiniteTimer ( ) : System.Collections