C# 클래스 NServiceBus.InstallConfigExtensions

파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
EnableInstallers ( this config, string username = null ) : void

Enable all INeedToInstallSomething to run when the configuration is complete.

메소드 상세

EnableInstallers() 공개 정적인 메소드

Enable all INeedToInstallSomething to run when the configuration is complete.
public static EnableInstallers ( this config, string username = null ) : void
config this The instance to apply the settings to.
username string The username to pass to .
리턴 void