C# Класс System.Net.TimerThread.Queue

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

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CreateTimer System.Threading.Timer
CreateTimer System.Threading.Timer
Queue System.Collections

Приватные методы

Метод Описание
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