pip_services3_commons
pip_services3_commons
FixedRateTimer
setTask method
setTask
pip_services3_commons
pip_services3_commons
FixedRateTimer
setTask method
FixedRateTimer class
Constructors
FixedRateTimer
Properties
hashCode
runtimeType
Methods
close
getCallback
getDelay
getInterval
getTask
isStarted
setCallback
setDelay
setInterval
setTask
start
stop
noSuchMethod
toString
Operators
operator ==
setTask
method
void
setTask
(
INotifiable
value
)
Sets a new INotifiable object to receive notifications from this timer.
value
a INotifiable object to be triggered.