Click or drag to resize

Abortable Eigenschaften

Der Abortable Typ exponiert die folgenden Member.

Eigenschaften
 NameBeschreibung
Public EigenschaftAbortableException Contans an optional exception of the executed thread.
Public EigenschaftApartmentStateObsolet.
Is no longer supported.
Public EigenschaftCurrentCulture Contains the current culture.
Public EigenschaftStatic MemberCurrentPrincipal Contains the current principal or null.
Public EigenschaftStatic MemberCurrentThread Leads to the CurrentThread.
Public EigenschaftCurrentUICulture Contains the current ui-culture.
Public EigenschaftExecutionContext Leads to Thread.ExecutionContext.
Public EigenschaftIsAliveReturns true if the thread has been started and is not dead.
Public EigenschaftIsBackground Return whether or not this thread is a background thread. Background threads do not affect when the Execution Engine shuts down.
Public EigenschaftIsThreadPoolThreadReturns true if the thread is a threadpool thread.
Public EigenschaftManagedThreadId Leads to the extern int thread-id.
Public EigenschaftName Contains the thread-name or null.
Public EigenschaftPriorityReturns the priority of the thread.
Public EigenschaftThreadState Return the thread state as a consistent set of bits. This is more general then IsAlive or IsBackground.
Zurück nach oben
Siehe auch