C# 클래스 NServiceBus.Features.Sagas

Used to configure saga.
상속: Feature
파일 보기 프로젝트 열기: Particular/NServiceBus

보호된 메소드들

메소드 설명
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