Skip to content

Commit f329041

Browse files
authored
Merge pull request #100408 from ulisesbermejo/patch-1
ServiceBusProcessor Connection string example
2 parents 96d8a3b + ecbe84f commit f329041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/service-bus-messaging/service-bus-dotnet-get-started-with-queues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,8 +540,8 @@ In this section, you'll add code to retrieve messages from the queue.
540540
// the client that owns the connection and can be used to create senders and receivers
541541
ServiceBusClient client;
542542
543-
// the sender used to publish messages to the queue
544-
ServiceBusSender sender;
543+
// the processor that reads and processes messages from the queue
544+
ServiceBusProcessor processor;
545545
546546
// The Service Bus client types are safe to cache and use as a singleton for the lifetime
547547
// of the application, which is best practice when messages are being published or read

0 commit comments

Comments
 (0)