C# Class NServiceBus.InstallConfigExtensions

Show file Open project: Particular/NServiceBus

Public Methods

Method Description
EnableInstallers ( this config, string username = null ) : void

Enable all INeedToInstallSomething to run when the configuration is complete.

Method Details

EnableInstallers() public static method

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 .
return void