[]
Represents an asynchronous operation that includes progress updates.
public interface IAsyncOperationWithProgress<TResult, TProgress> : IAsyncInfo
Name | Description |
---|---|
TResult | The result of the action. |
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. |