BThreadWrapperBase
Identità
Namespace:
B.BThreadingAssembly:
BFrameworkTipo: class
Sorgente API: versione
5.0.0
Scopo
Classe base astratta B-Arts destinata all'estensione tramite classi derivate.
Dichiarazione
public abstract class BThreadWrapperBase
Costruttori
BThreadWrapperBase()
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
BThread |
Thread? |
get/set |
ExceptionsList |
List<Exception> |
get |
IsBackground |
bool |
get/set |
IsCompleted |
bool |
get/set |
Logger |
BLogText |
get/set |
Nome |
string |
get/set |
Priority |
ThreadPriority |
get/set |
SleepTimeout |
int |
get/set |
Eventi
Completed:Action<DateTime, DateTime, BThreadWrapperBase>?Failed:Action<Exception, BThreadWrapperBase>?
Metodi
void StartThread()
Esempi
Consultare BThreadWrapperBase - Esempi.
