MB-500 · Question #352
You create a method that uses the Async framework. You need to capture the result of calling the Async method. Which three elements should you include in the signature or parameters of the result…
The correct answer is A. void B. static D. AsyncTaskResult. AsyncTaskResult.getAsyncTaskResult(Task) Method public static Dynamics.AX.Application.AsyncTaskResult getAsyncTaskResult (System.Threading.Tasks.Task asyncTask); Applies to: Microsoft Dynamics 365 for Finance and Operations…
Question
Options
- Avoid
- Bstatic
- CBoolean
- DAsyncTaskResult
- Econtainer
How the community answered
(39 responses)- A79% (31)
- C15% (6)
- E5% (2)
Explanation
AsyncTaskResult.getAsyncTaskResult(Task) Method public static Dynamics.AX.Application.AsyncTaskResult getAsyncTaskResult (System.Threading.Tasks.Task asyncTask); Applies to: Microsoft Dynamics 365 for Finance and Operations https://learn.microsoft.com/en-us/dotnet/api/dynamics.ax.application.asynctaskresult https://learn.microsoft.com/en- us/dotnet/api/dynamics.ax.application.asynctaskresult.getasynctaskresult
Topics
Community Discussion
No community discussion yet for this question.