Click or drag to resize
ITimersResetTimer Method
Reset timer inKey

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void ResetTimer(
	string inKey
)

Parameters

inKey
Type: SystemString
the timer's name key
Examples
If the timer "MyTimer" was set to run 60000 MS (1 minute), and was paused after running for 10000 (10 seconds), Timers.ResetTimer("MyTimer") will reset the timer from the the beginning, again to 60000 MS.
See Also