C# Класс Rebus.Handlers.Reordering.HandlerReorderingStep

Incoming message step that can reorder handlers
Наследование: IIncomingStep
Показать файл Открыть проект

Открытые методы

Метод Описание
HandlerReorderingStep ( ReorderingConfiguration configuration ) : System

Constructs the step with the given configuration

Process ( Rebus.Pipeline.IncomingStepContext context, Func next ) : System.Threading.Tasks.Task

Reorders the handler invokers if necessary

Описание методов

HandlerReorderingStep() публичный Метод

Constructs the step with the given configuration
public HandlerReorderingStep ( ReorderingConfiguration configuration ) : System
configuration ReorderingConfiguration
Результат System

Process() публичный Метод

Reorders the handler invokers if necessary
public Process ( Rebus.Pipeline.IncomingStepContext context, Func next ) : System.Threading.Tasks.Task
context Rebus.Pipeline.IncomingStepContext
next Func
Результат System.Threading.Tasks.Task