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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET