C# 클래스 MassTransit.StructureMapStateMachineLoadSagaExtensions

파일 보기 프로젝트 열기: MassTransit/MassTransit

공개 메소드들

메소드 설명
FindStateMachineSagaTypes ( IContainer container ) : IList
LoadStateMachineSagas ( this configurator, IContainer container ) : void

Scans the lifetime scope and registers any state machines sagas which are found in the scope using the Autofac saga repository and the appropriate state machine saga repository under the hood.

메소드 상세

FindStateMachineSagaTypes() 공개 정적인 메소드

public static FindStateMachineSagaTypes ( IContainer container ) : IList
container IContainer
리턴 IList

LoadStateMachineSagas() 공개 정적인 메소드

Scans the lifetime scope and registers any state machines sagas which are found in the scope using the Autofac saga repository and the appropriate state machine saga repository under the hood.
public static LoadStateMachineSagas ( this configurator, IContainer container ) : void
configurator this
container IContainer
리턴 void