| ITimers Interface |
Namespace: SurveyToGo.UserLogic.Interfaces
public interface ITimers
The ITimers type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Get the amount of different timers objects used in the survey
| |
| Keys |
Get all timers keys (timers names) used in the survey
|
| Name | Description | |
|---|---|---|
| IsTimerActive |
Checks if the timer inKey is active or not.
| |
| PauseTimer |
Stops the timer inKey
| |
| RemoveTimer |
Remove the timer inKey from the survey
| |
| ResetTimer |
Reset timer inKey
| |
| ResumeTimer |
Continue running the timer inKey from the point it was paused
| |
| SetTimer(String, Int32) |
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
| |
| SetTimer(String, Int32, Boolean) |
Activates the timer inKey to run for the milliseconds amount of inTimeoutMS
|