Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AGENT
Contrib
Util
CountdownTimer
C# Class AGENT.Contrib.Util.CountdownTimer
Count down from X number of seconds a single event will be triggerd at expiry
Exibir arquivo
Open project: nothingmn/AGENT.Contrib
Class Usage Examples
Public Methods
Method
Description
CountdownTimer
(
System.TimeSpan
duration
) :
System
Start
( ) :
void
Private Methods
Method
Description
Fire
(
object
state
) :
void
Method Details
CountdownTimer()
public
method
public
CountdownTimer
(
System.TimeSpan
duration
) :
System
duration
System.TimeSpan
return
System
Start()
public
method
public
Start
( ) :
void
return
void