Interface SzProduct
Defines the C# interface to the Senzing product functions.
public interface SzProduct
Remarks
The Senzing product functions provide information regarding the Senzing product installation and user license.
Methods
GetLicense()
Returns the currently configured license details.
string GetLicense()
Returns
- string
The JSON document describing the license details.
Exceptions
- SzException
Thrown if a failure occurs.
GetVersion()
Returns the currently installed version details.
string GetVersion()
Returns
- string
The JSON document of version details.
Exceptions
- SzException
Thrown if a failure occurs.