Namespace Microsoft.Azure.ServiceBus.Core
Classes
- MessageReceiver
The MessageReceiver can be used to receive messages from Queues and Subscriptions and acknowledge them.
- MessageSender
The MessageSender can be used to send messages to Queues or Topics.
- ServiceBusPlugin
This class provides methods that can be overridden to manipulate messages for custom plugin functionality.
Interfaces
- IMessageReceiver
The MessageReceiver can be used to receive messages from Queues and Subscriptions and acknowledge them.
- IMessageSender
The MessageSender can be used to send messages to Queues or Topics.
- IReceiverClient
An interface used to describe common functionality for receiving messages from IQueueClient and ISubscriptionClient.
- ISenderClient
Interface that defines common send functionality between different clients.