How should you complete the relevant code segment?

DRAG DROP
You develop an ASP.NET MVC application. You plan to implement ASP.NET SignalR for real-time push notifications. The application includes the following class:

You need to display the message.
How should you complete the relevant code segment? To answer, drag the appropriate code segment to the correct location or locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:

microsoft-exams

2 thoughts on “How should you complete the relevant code segment?

  1. the answer should be:
    1. $.hubConnection();
    2. con.createHubProxy(“MyHub”);
    3. hub.on (‘hello’, function (message) {

  2. Box 3 should be hub.on(‘hello’, function() {})
    while hub.start(‘function’, function() {} ) will be undefined.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.