![]() | Abortable Eigenschaften |
Der Abortable Typ exponiert die folgenden Member.
Name | Beschreibung | |
---|---|---|
![]() | AbortableException | Contans an optional exception of the executed thread. |
![]() | ApartmentState | Obsolet. Is no longer supported. |
![]() | CurrentCulture | Contains the current culture. |
![]() ![]() | CurrentPrincipal | Contains the current principal or null. |
![]() ![]() | CurrentThread | Leads to the CurrentThread. |
![]() | CurrentUICulture | Contains the current ui-culture. |
![]() | ExecutionContext | Leads to Thread.ExecutionContext. |
![]() | IsAlive | Returns true if the thread has been started and is not dead. |
![]() | IsBackground | Return whether or not this thread is a background thread. Background threads do not affect when the Execution Engine shuts down. |
![]() | IsThreadPoolThread | Returns true if the thread is a threadpool thread. |
![]() | ManagedThreadId | Leads to the extern int thread-id. |
![]() | Name | Contains the thread-name or null. |
![]() | Priority | Returns the priority of the thread. |
![]() | ThreadState | Return the thread state as a consistent set of bits. This is more general then IsAlive or IsBackground. |