C# Class NServiceBus.ConfigureLicenseExtensions

Contains extension methods to configure license.
Show file Open project: Particular/NServiceBus

Public Methods

Method 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 method

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

LicensePath() public static method

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