ServiceBusReceiveActions 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.
Represents the set of receive actions that can be taken from within a function invocation.
public class ServiceBusReceiveActions
type ServiceBusReceiveActions = class
Public Class ServiceBusReceiveActions
- Inheritance
-
ServiceBusReceiveActions
Constructors
ServiceBusReceiveActions() |
Initializes a new instance of the ServiceBusReceiveActions class for mocking use in testing. |
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.
This method doesn't guarantee to return exact |
Applies to
Azure SDK for .NET