nerdexam
Microsoft

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…

Develop business logic

Question

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 method? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • Avoid
  • Bstatic
  • CBoolean
  • DAsyncTaskResult
  • Econtainer

How the community answered

(39 responses)
  • A
    79% (31)
  • C
    15% (6)
  • E
    5% (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

#Async framework#method signature#AsyncTaskResult#async programming

Community Discussion

No community discussion yet for this question.

Full MB-500 Practice