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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.