Compartir a través de


Receiving messages

The ProcessMessage() method is called automatically when a message is received by the Visual Studio Tools add-in or the Silverlight component. Typically, your code will examine the Description property from the message that was received to determine what action your code needs to take. If the Data property is used to send additional data with the message, your code must convert the data from a byte stream to a format that can be used by your integration.

Hint: If messages are not being received by either the Silverlight application on the web client or the Visual Studio Tools add-in on the server, be sure that the Source and Destination parameters are being set correctly.