編集

次の方法で共有


ServiceProviderExtensions.GetMessageMiddlewares Method

Definition

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