ServiceCollectionExtensions.AddAsyncPipeline Method

Definition

Create an async processing pipeline with the provided pipelineName.

C#
public static System.Cloud.Messaging.IAsyncProcessingPipelineBuilder AddAsyncPipeline(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string pipelineName);

Parameters

services
IServiceCollection

The service collection.

pipelineName
String

The name of the async processing pipeline.

Returns

The builder for async processing pipeline.

Exceptions

Any argument is null.

Applies to

Produkt Wersje
.NET 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided), 10 (package-provided)