C# Class NetMQ.Core.Utils.PollerBase.TimerInfo

Instances of this class contain a ITimerEvent sink and an integer Id.
Show file Open project: somdoron/netmq

Private Properties

Property Type Description

Public Methods

Method Description
TimerInfo ( [ sink, int id ) : System.Collections.Generic

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

Method Details

TimerInfo() public method

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
return System.Collections.Generic