C# Класс MassTransit.AutofacStateMachineRegisterSagaExtensions

Показать файл Открыть проект

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

Метод Описание
RegisterStateMachineSagas ( this builder ) : IRegistrationBuilder

Register the state machine sagas found in the specified assemblies using the ContainerBuilder provided. The machines are registered using their SagaStateMachine<> type, as well as the concrete type for use by the application.

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

RegisterStateMachineSagas() публичный статический Метод

Register the state machine sagas found in the specified assemblies using the ContainerBuilder provided. The machines are registered using their SagaStateMachine<> type, as well as the concrete type for use by the application.
public static RegisterStateMachineSagas ( this builder ) : IRegistrationBuilder
builder this
Результат IRegistrationBuilder