[]
Represents an asynchronous action that includes progress updates.
public interface IAsyncActionWithProgress<TProgress> : IAsyncInfo
| Name | Description |
|---|---|
| TProgress | The type of the progress data. |
| Name | Description |
|---|---|
| Completed | Gets or sets the method that handles the action completed event. |
| Progress | Gets or sets the method that receives progress events. |
| Name | Description |
|---|---|
| GetResults() | Returns the results of the action. |