Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 87499

RE: how to pass data back to CRM online from azure SB with two listener?

$
0
0

Also check this TwoWayEndpoint code:

[ServiceBehavior]

private class TwoWayEndpoint : ITwoWayServiceEndpointPlugin

{

   #region ITwoWayServiceEndpointPlugin Member

   /// <summary>

   /// This method is called when a message is posted to the Azure Service Bus.

   /// </summary>

   /// <param name="context">Data for the request.</param>

   /// <returns>A 'Success' string.</returns>

   public string Execute(RemoteExecutionContext context)

   {

       Utility.Print(context);

       return "Success";

   }

   #endregion

}


Viewing all articles
Browse latest Browse all 87499

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>