Class OnShardMessageOptions
- Namespace
- Microsoft.ServiceBus.Messaging
- Assembly
- Microsoft.ServiceBus.dll
Represents the available options for the shard message.
public sealed class OnShardMessageOptions
- Inheritance
-
OnShardMessageOptions
- Inherited Members
Constructors
OnShardMessageOptions()
Initializes a new instance of the OnShardMessageOptions class.
public OnShardMessageOptions()
Properties
AutoCheckpointTimeout
Gets or sets the duration of the auto checkpoint.
public TimeSpan AutoCheckpointTimeout { get; set; }
Property Value
- TimeSpan
The duration of the auto checkpoint.
MaxConcurrentCalls
Gets or sets the maximum number of the maximum concurrent calls.
public int MaxConcurrentCalls { get; set; }
Property Value
- int
The maximum number of the maximum concurrent calls.
Events
ExceptionReceived
Occurs when an exception was received.
public event EventHandler<ExceptionReceivedEventArgs> ExceptionReceived