C# Class NServiceBus.InstallConfigExtensions

Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
EnableInstallers ( this config, string username = null ) : void

Enable all INeedToInstallSomething to run when the configuration is complete.

Method Details

EnableInstallers() public static méthode

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 .
Résultat void