C# Class System.Net.TimerThread.Queue

Represents a queue of timers, which all have the same duration.

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
CreateTimer System.Threading.Timer
CreateTimer System.Threading.Timer
Queue System.Collections

Private Methods

Method Description
CreateTimer ( ) : Timer

Creates and returns a handle to a new polled timer.

CreateTimer ( Callback callback, object context ) : Timer

Creates and returns a handle to a new timer with attached context.

Queue ( int durationMilliseconds ) : System.Collections