ProcessMessageEventArgs Class
Definition
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.
The ProcessMessageEventArgs contain event args that are specific to the ServiceBusReceivedMessage that is being processed.
public class ProcessMessageEventArgs : EventArgs
type ProcessMessageEventArgs = class
inherit EventArgs
Public Class ProcessMessageEventArgs
Inherits EventArgs
- Inheritance
-
ProcessMessageEventArgs
Constructors
ProcessMessageEventArgs(ServiceBusReceivedMessage, ServiceBusReceiver, String, CancellationToken) |
Initializes a new instance of the ProcessMessageEventArgs class. |
Properties
CancellationToken |
The processor's CancellationToken instance which will be cancelled when StopProcessingAsync(CancellationToken) is called. |
EntityPath |
The path of the Service Bus entity that the message was received from. |
FullyQualifiedNamespace |
The fully qualified Service Bus namespace that the message was received from. |
Identifier |
The identifier of the processor that raised this event. |
Message |
The received message to be processed. |
Methods
Applies to
Feedback
Submit and view feedback for