Microsoft.Azure.ServiceBus.Core Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Azure SDK for .NET