C# Класс NServiceBus.Features.Sagas

Used to configure saga.
Наследование: Feature
Показать файл Открыть проект

Защищенные методы

Метод Описание
Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void

See Feature.Setup.

Приватные методы

Метод Описание
IsCompatible ( Type t, Type source ) : bool
IsSagaNotFoundHandler ( Type t ) : bool
IsSagaType ( Type t ) : bool
IsTypeATimeoutHandledByAnySaga ( Type type, IEnumerable sagas ) : bool
RegisterCustomFindersInContainer ( IConfigureComponents container, IEnumerable sagaMetaModel ) : void
Sagas ( ) : System

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

Setup() защищенный Метод

See Feature.Setup.
protected Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void
context NServiceBus.Features.FeatureConfigurationContext
Результат void