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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.