Class WorkerThread
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public class WorkerThread : DisposableReactiveObject, IDisposable, INotifyPropertyChanged
Constructors
Name | Description |
---|---|
WorkerThread(string, Action<CancellationToken>, bool) | |
WorkerThread(string, Func<CancellationToken, Task>, bool) |
Properties
Name | Description |
---|---|
TerminationTimeout |
Methods
Name | Description |
---|---|
Start() |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)