C# Class Microsoft.AspNet.WebHooks.WebHookHandlerSorter

Provides an implementation of IWebHookHandlerSorter which sorts registered IWebHookHandler instances based on their designated IWebHookHandler.Order.
Inheritance: IWebHookHandlerSorter
Exibir arquivo Open project: aspnet/WebHooks Class Usage Examples

Public Methods

Method Description
SortHandlers ( IEnumerable handlers ) : IEnumerable

Method Details

SortHandlers() public method

public SortHandlers ( IEnumerable handlers ) : IEnumerable
handlers IEnumerable
return IEnumerable