C# Класс NetMQ.Core.Utils.PollerBase.TimerInfo

Instances of this class contain a ITimerEvent sink and an integer Id.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
TimerInfo ( [ sink, int id ) : System.Collections.Generic

Create a new TimerInfo object from the given sink and id.

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

TimerInfo() публичный Метод

Create a new TimerInfo object from the given sink and id.
public TimerInfo ( [ sink, int id ) : System.Collections.Generic
sink [ an ITimerEvent that acts as a sink for when the timer expires
id int an integer id that identifies this timer
Результат System.Collections.Generic