B-Arts DocumentationIndice generale

BThreadWrapperBase

Linea B-Arts Legacy: questa scheda descrive B-ArtsFramework (.NET Framework 4.7.2). Non usare firme o namespace come se appartenessero alla linea Classic successiva o al BFramework moderno .NET 10.

Identità

  • Assembly/progetto: B-ArtsFramework.

  • Target: .NET Framework 4.7.2.

  • 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