ProcessorReceiveActions 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.
A set of receive-related actions that can be performed from the processor message callback.
public class ProcessorReceiveActions
type ProcessorReceiveActions = class
Public Class ProcessorReceiveActions
- Inheritance
-
ProcessorReceiveActions
Constructors
ProcessorReceiveActions() |
For mocking. |
Methods
PeekMessagesAsync(Int32, Nullable<Int64>, CancellationToken) |
Fetches a list of active messages without changing the state of the receiver or the message source. |
ReceiveDeferredMessagesAsync(IEnumerable<Int64>, CancellationToken) |
Receives a list of deferred ServiceBusReceivedMessage identified by |
ReceiveMessagesAsync(Int32, Nullable<TimeSpan>, CancellationToken) |
Receives a list of ServiceBusReceivedMessage from the entity using ServiceBusReceiveMode mode
configured in ReceiveMode, which defaults to PeekLock mode.
This method doesn't guarantee to return exact |
Applies to
Azure SDK for .NET