Windows.Foundation.IAsyncOperationWithProgress.Progress

September 15, 2020 ยท View on GitHub

-description

Gets or sets the method that handles progress notifications.

-property-value

A reference to the callback method that handles progress notifications. Implement the AsyncOperationProgressHandler<TResult, TProgress> delegate to define your callback. TProgress defines the progress unit type, which varies by method implementation.

-remarks

-examples

For example C++/WinRT code illustrating how to handle the Progress event, see Delegate types for asynchronous actions and operations.

-see-also

IAsyncOperationWithProgress<TResult, TProgress>