C# 클래스 NServiceBus.ConfigureLicenseExtensions

Contains extension methods to configure license.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
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