DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Sets a license server and port for use with concurrent licensing.
Namespace: DeltaXML.DitaCompareApiAssembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Parameters
- hostname
- Type: System String
The license server host or its ip address
- port
- Type: System Int32
The port number on the license server for the lmgrd
Exceptions
| Exception | Condition |
|---|---|
| com.deltaxml.dita LicenseException | Thrown if there is a problem using the license server |
| System ArgumentException | Thrown if the port number is out of range |
See Also