C# Класс NServiceBus.InstallConfigExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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