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 (26.2.0.1000)
Syntax
string GetDataFromLicenseServer(
	string key
)

Parameters

key  String
The key used to identify the data.

Return Value

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