C# Class NServiceBus.ConfigureLicenseExtensions

Contains extension methods to configure license.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
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.

Method Details

License() public static méthode

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

LicensePath() public static méthode

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