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 |
|---|---|
| Name | |
| TerminationTimeout | When disposed, WT will give some time for child task(if running) to complete. Blocking wait! Will throw an exception otherwise. If set to 0 will skip the check and return momentarily |
Methods
| Name | Description |
|---|---|
| FormatToString(ToStringBuilder) | |
| Start() |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)