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

Represents a timer and provides a mechanism to cancel.

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

Private Properties

Свойство Тип Описание
Cancel bool
Timer System.Collections

Открытые методы

Метод Описание
Dispose ( ) : void

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

Метод Описание
Cancel ( ) : bool

Cancels the timer. Returns true if the timer hasn't and won't fire; false if it has or will.

Timer ( int durationMilliseconds ) : System.Collections

Описание методов

Dispose() публичный метод

public Dispose ( ) : void
Результат void