Transmitter5LoadLicenseFile Method |
Load the SwissDecTX license file to be used for this process
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic void LoadLicenseFile(
string licenseFilePathName
)
Public Sub LoadLicenseFile (
licenseFilePathName As String
)
public:
virtual void LoadLicenseFile(
String^ licenseFilePathName
) sealed
function LoadLicenseFile(licenseFilePathName);
Parameters
- licenseFilePathName String
- The fully qualified path name of the license file to load.
See Also