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
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.