C# 클래스 NServiceBus.ConfigureQueueCreation

Contains extension methods for EndpointConfiguration that expose Queue creation settings.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
DoNotCreateQueues ( this config ) : void

If queues configured do not exist, will cause them not to be created on startup.

비공개 메소드들

메소드 설명
CreateQueues ( this config ) : bool

메소드 상세

DoNotCreateQueues() 공개 정적인 메소드

If queues configured do not exist, will cause them not to be created on startup.
public static DoNotCreateQueues ( this config ) : void
config this The instance to apply the settings to.
리턴 void