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
Exrin
Insights
Timer
C# Class Exrin.Insights.Timer
Inheritance:
System.Threading.CancellationTokenSource
Exibir arquivo
Open project: exrin/Exrin
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Private Methods
Method
Description
Timer
(
Action
callback
,
object
state
,
int
millisecondsDueTime
,
int
millisecondsPeriod
,
bool
waitForCallbackBeforeNextPeriod
= false ) :
System
Method Details
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void