C# 클래스 NetMQ.Core.Utils.PollerBase.TimerInfo

Instances of this class contain a ITimerEvent sink and an integer Id.
파일 보기 프로젝트 열기: somdoron/netmq

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