Click or drag to resize
ITimers Interface

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public interface ITimers

The ITimers type exposes the following members.

Properties
  NameDescription
Public propertyCount
Get the amount of different timers objects used in the survey
Public propertyKeys
Get all timers keys (timers names) used in the survey
Top
Methods
  NameDescription
Public methodIsTimerActive
Checks if the timer inKey is active or not.
Public methodPauseTimer
Stops the timer inKey
Public methodRemoveTimer
Remove the timer inKey from the survey
Public methodCode exampleResetTimer
Reset timer inKey
Public methodCode exampleResumeTimer
Continue running the timer inKey from the point it was paused
Public methodCode exampleSetTimer(String, Int32)
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
Public methodCode exampleSetTimer(String, Int32, Boolean)
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
Top
See Also