Question 132 of 213
Single answerYou develop Azure solutions.A .NET application needs to receive a message each time an Azure virtual machine finishes processing data. The messages must NOT persist after being processed by the receiving application.You need to implement the .NET object that will receive the messages.Which object should you use? A. QueueClient Most Voted B. SubscriptionClient C. TopicClient D. CloudQueueClient
A QueueClient Most Voted
B SubscriptionClient
C TopicClient
✓D CloudQueueClient
✓
Correct Answer: D
CloudQueueClient
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.