Exit 70-532 Developing Microsoft Azure Solutions
Question 5 of 5
0% complete
Q5 Single choice

The SendMcssagcAsync method of the QueueManager class occasionally throws errors.
You need to correct the errors.

What should you do?

  • A

    Update the QueueManager to call the CloudQueueClient.SetServicePropertiesAsync method by using a configured ServiceProperties object.

  • B

    Update the notes field to a byte array. Binary encode and decode the notes content when sending or receiving an EventPayment class.

  • C

    Update the SendMessageAsync method of the QueueManager class to store the notes field in BLOB storage.

  • D

    Update the EventPayment class to store the BLOB uniform resource identifier (URI). Extract the notes BLOB information by using the BLOB URI in the ProcessMessagesAsync method of the QueueManager class.