BTimer
Identità
Namespace:
B.BThreadingAssembly:
BFrameworkTipo: class
Interfacce:
IDisposableSorgente API: versione
5.0.0
Scopo
Tipo pubblico B-Arts del namespace B.BThreading. La responsabilità concreta è rappresentata dai membri pubblici elencati di seguito.
Dichiarazione
public class BTimer : IDisposable
Costruttori
BTimer(int interval, DElaboration elaboration, bool debug = false, bool enablelog = false)
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
DebugMode |
bool |
get/set |
EnabledLog |
bool |
get/set |
Interval |
int |
get/set |
IsRunning |
bool |
get/set |
Log |
BLogText? |
get/set |
StopTimerDuringExecution |
bool |
get/set |
Metodi
void Dispose()void Restart()void Start()void Stop()
Tipi annidati
DElaboration
Tipo pubblico annidato: delegate.
Esempi
Consultare BTimer - Esempi.
