BThreadWrapperBase
Linea B-Arts Legacy: questa scheda descrive
BArtsFrameworkStandard(.NET Standard 2.0). Non usare firme o namespace come se appartenessero alla linea Classic successiva o alBFrameworkmoderno .NET 10.
Identità
Assembly/progetto:
BArtsFrameworkStandard.Target:
.NET Standard 2.0.Namespace CLR:
BArts.BThreading.Nome completo:
BArts.BThreading.BThreadWrapperBase.Tipo:
class.Ambito:
runtime/interfaccia pubblica.
Ruolo
Thread, code sincronizzate e wrapper di esecuzione.
Dichiarazione
Public MustInherit Class BThreadWrapperBase
Costruttori
| Nome | Dichiarazione |
|---|---|
New |
Public Sub New() |
Proprietà
| Nome | Dichiarazione |
|---|---|
IsCompleted |
Public ReadOnly Property IsCompleted() As Boolean |
MBThread |
Public ReadOnly Property MBThread() As Thread |
Nome |
Public Property Nome() As String |
Priority |
Public Property Priority() As ThreadPriority |
IsBackground |
Public Property IsBackground() As Boolean |
SleepTimeout |
Public Property SleepTimeout() As Integer |
Eventi
| Nome | Dichiarazione |
|---|---|
Completed |
Public Event Completed(ByVal TimeStart As Date, ByVal TimeFinish As Date, ByVal MBThread As BThreadWrapperBase) |
Failed |
Public Event Failed(ByVal ex As System.Exception, ByVal MBThread As BThreadWrapperBase) |
Metodi
| Nome | Dichiarazione |
|---|---|
StartThread |
Public Overridable Sub StartThread() |
Sorgenti verificati
Threading\BThreadWrapperBase.vb
