Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 784 Bytes

iasyncoperationwithprogress_2_getresults_732303200.md

File metadata and controls

26 lines (18 loc) · 784 Bytes
-api-id -api-type
M:Windows.Foundation.IAsyncOperationWithProgress`2.GetResults
winrt method

Windows.Foundation.IAsyncOperationWithProgress<TResult, TProgress>.GetResults

-description

Returns the results of the operation.

-returns

The results of the operation.

-remarks

Notes to implementers

Implementers should return the specific value that the operation type should return to callers upon completion. When the method that uses the custom operation type returns, while using an awaitable syntax (the usual usage) this provides the return value of the operation to the method caller.

-examples

-see-also

IAsyncOperationWithProgress<TResult, TProgress>