OnMessageOptions 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.
Provides options associated with message pump processing using OnMessage(Action<BrokeredMessage>) and OnMessage(Action<BrokeredMessage>).
public sealed class OnMessageOptions
type OnMessageOptions = class
Public NotInheritable Class OnMessageOptions
- Inheritance
-
OnMessageOptions
Constructors
OnMessageOptions() |
Initializes a new instance of the OnMessageOptions class. |
Properties
AutoComplete |
Gets or sets a value that indicates whether the message-pump should call Complete(Guid) or Complete(Guid) on messages after the callback has completed processing. |
AutoRenewTimeout |
Gets or sets the maximum duration within which the lock will be renewed automatically. This value should be greater than the longest message lock duration; for example, the LockDuration Property. |
MaxConcurrentCalls |
Gets or sets the maximum number of concurrent calls to the callback the message pump should initiate. |
Events
ExceptionReceived |
Occurs when an exception is received. Enables you to be notified of any errors encountered by the message pump. When errors are received calls will automatically be retried, so this is informational. |
Applies to
Azure SDK for .NET