IAsyncOperationWithProgress<TResult,TProgress> Interface
In This Topic
Represents an asynchronous operation that includes progress updates.
Object Model
Syntax
'Declaration
Public Interface IAsyncOperationWithProgress
(Of ,)
Inherits IAsyncInfo
public interface IAsyncOperationWithProgress<,> : IAsyncInfo
Type Parameters
- TResult
- The result of the action.
- TProgress
- The type of the progress data.
See Also