C# 클래스 NServiceBus.Container.ContainerDefinition

Base class for container definitions.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
CreateContainer ( ReadOnlySettings settings ) : IContainer

Implementers need to new up a new container.

메소드 상세

CreateContainer() 공개 추상적인 메소드

Implementers need to new up a new container.
public abstract CreateContainer ( ReadOnlySettings settings ) : IContainer
settings ReadOnlySettings The settings to check if an existing container exists.
리턴 IContainer