ServiceBusProcessor
ServiceBusProcessor()
ServiceBusProcessor(ServiceBusClient, String, ServiceBusProcessorOptions)
ServiceBusProcessor(ServiceBusClient, String, String, ServiceBusProcessorOptions)
AutoCompleteMessages
EntityPath
FullyQualifiedNamespace
Identifier
IsClosed
IsProcessing
MaxAutoLockRenewalDuration
MaxConcurrentCalls
PrefetchCount
ReceiveMode
CloseAsync(CancellationToken)
DisposeAsync()
Equals(Object)
GetHashCode()
OnProcessErrorAsync(ProcessErrorEventArgs)
OnProcessMessageAsync(ProcessMessageEventArgs)
StartProcessingAsync(CancellationToken)
StopProcessingAsync(CancellationToken)
ToString()
UpdateConcurrency(Int32)
UpdatePrefetchCount(Int32)
ProcessErrorAsync
ProcessMessageAsync
net10.0
namespace Azure.Messaging.ServiceBus
{
public class ServiceBusProcessor : IAsyncDisposable
{
public event Func<ProcessMessageEventArgs, Task> ProcessMessageAsync;
}
}
| nuget.org | 0.1 % Reference this API 0.1 % Subscribe to this event 0.0 % Unsubscribe from this event |
|---|---|
| .NET | 8.09.010.0 |
Information specific to net10.0 | |
| Assembly | Azure.Messaging.ServiceBus , Version=7.20.1.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Messaging.ServiceBus (7.20.1) net8.0 |
| Platform Restrictions | The event adder is supported on all platforms. The event remover is supported on all platforms. |
- Built-in API
- Package-provided API