C# Класс NServiceBus.ConfigureLicenseExtensions

Contains extension methods to configure license.
Показать файл Открыть проект

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

Метод Описание
License ( this config, string licenseText ) : void

Allows user to specify the license string.

LicensePath ( this config, string licenseFile ) : void

Allows user to specify the path for the license file.

Описание методов

License() публичный статический Метод

Allows user to specify the license string.
public static License ( this config, string licenseText ) : void
config this The instance to apply the settings to.
licenseText string The license text.
Результат void

LicensePath() публичный статический Метод

Allows user to specify the path for the license file.
public static LicensePath ( this config, string licenseFile ) : void
config this The instance to apply the settings to.
licenseFile string A relative or absolute path to the license file.
Результат void