MessageProcessor Class
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.
This class defines a strategy used for processing Service Bus messages.
public class MessageProcessor
type MessageProcessor = class
Public Class MessageProcessor
- Inheritance
-
MessageProcessor
Message |
|
Message |
Initializes a new instance of MessageProcessor. |
Message |
|
Message |
|
Processor |
Gets or sets the ServiceBusProcessor that will be used by the Processor. |
Begin |
|
Begin |
This method is called when there is a new message to process, before the job function is invoked. This allows any preprocessing to take place on the message before processing begins. |
Complete |
|
Complete |
This method completes processing of the specified message, after the job function has been invoked. |
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: