Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.18 KB

File metadata and controls

25 lines (20 loc) · 1.18 KB
title description ms.date author ms.author ms.reviewer ms.topic search.audienceType contributors
Sample: One-way listener (Microsoft Dataverse) | Microsoft Docs
This sample shows how the application registers a remote service plugin that executes whenever a message is posted to one-way endpoint.
04/03/2022
jaredha
jaredha
jdaly
sample
developer
JimDaly
phecke

Sample: One-way listener

This sample shows how to write a Azure Service Bus listener for a one-way endpoint contract.

[!div class="nextstepaction"] SDK for .NET: One-way listener sample code

This sample listener application registers a remote service plug-in that executes whenever a message is posted to a one-way endpoint on the Azure Service Bus. When the plug-in executes, it outputs to the console the contents of the execution context contained in the message.

[!INCLUDEfooter-include]