ServiceCollectionExtensions.AddAsyncPipeline Method
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.
Create an async processing pipeline with the provided pipelineName
.
public:
[System::Runtime::CompilerServices::Extension]
static System::Cloud::Messaging::IAsyncProcessingPipelineBuilder ^ AddAsyncPipeline(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, System::String ^ pipelineName);
public static System.Cloud.Messaging.IAsyncProcessingPipelineBuilder AddAsyncPipeline(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string pipelineName);
static member AddAsyncPipeline : Microsoft.Extensions.DependencyInjection.IServiceCollection * string -> System.Cloud.Messaging.IAsyncProcessingPipelineBuilder
<Extension()>
Public Function AddAsyncPipeline (services As IServiceCollection, pipelineName As String) As IAsyncProcessingPipelineBuilder
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.