CommonComparator setLicenseServer Method (String, Int32)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Sets a license server and port for use with concurrent licensing.

Namespace: DeltaXML.CoreS9Api.Internals
Assembly: DeltaXML.CoreS9Api (in DeltaXML.CoreS9Api.dll) Version: 10.4.0.1000 (10.4.0.1000)
Syntax

public void setLicenseServer(
	string hostname,
	int port
)

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

ExceptionCondition
com.deltaxml.cores9api LicenseExceptionThrown if there is a problem using the license server
System ArgumentExceptionThrown if the port number is out of range
See Also