nerdexam
Microsoft

70-518 · Question #212

Which to possible ways to call operation without blocking of UI thread?

The correct answer is A. Use async call of operation in main thread C. Use sync call of operation in other threads. See the full explanation below for the reasoning.

Question

Which to possible ways to call operation without blocking of UI thread?

Options

  • AUse async call of operation in main thread
  • BUse sync call of operation in main thread
  • CUse sync call of operation in other threads

How the community answered

(48 responses)
  • A
    79% (38)
  • B
    21% (10)

Community Discussion

No community discussion yet for this question.

Full 70-518 Practice