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