ILicenseServiceGetDataFromLicenseServer Method

Gets data from the license server corresponding to the specified key.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
string GetDataFromLicenseServer(
	string key
)

Parameters

key
Type: SystemString
The key used to identify the data.

Return Value

Type: String
The data corresponding to the specified key.
Exceptions
ExceptionCondition
ArgumentExceptionkey is or Empty.
OperationFailedExceptionThere was an error communicating with the license server.
See Also