[]
Represents the context used in asynchronous operations.
public interface IExecutionContext
| Name | Description |
|---|---|
| CancellationToken | CancellationToken that can be passed to underlying task. |
| Name | Description |
|---|---|
| OnLongOperation(double, bool) | Asynchronous method should call this method to notify about execution progress. |