ServiceProviderExtensions.GetMessageMiddlewares 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.
Gets the list of message middleware for the provided async processing pipeline.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IReadOnlyList<System::Cloud::Messaging::IMessageMiddleware ^> ^ GetMessageMiddlewares(IServiceProvider ^ serviceProvider, System::String ^ pipelineName);
public static System.Collections.Generic.IReadOnlyList<System.Cloud.Messaging.IMessageMiddleware> GetMessageMiddlewares(this IServiceProvider serviceProvider, string pipelineName);
static member GetMessageMiddlewares : IServiceProvider * string -> System.Collections.Generic.IReadOnlyList<System.Cloud.Messaging.IMessageMiddleware>
<Extension()>
Public Function GetMessageMiddlewares (serviceProvider As IServiceProvider, pipelineName As String) As IReadOnlyList(Of IMessageMiddleware)
Parameters
- serviceProvider
- IServiceProvider
The service provider.
- pipelineName
- String
The name of the async processing pipeline.
Returns
The list of message middleware.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.