ILicenseActivationServiceActivate(String) Method

Refreshes the software activation using the manual refresh workflow.

Namespace: Dundas.BI.Licensing.Activation
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
ActivationResult Activate(
	string manualActivationResponse
)

Parameters

manualActivationResponse  String
The serialized activation response.

Return Value

ActivationResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentExceptionmanualActivationResponse is or Empty.
LicenseActivationExceptionThe provided response does not match the last activation request for the instance.
FeatureNotEnabledExceptionThe manual activation refresh workflow is not enabled by the license.
NoPrivilegeExceptionThe caller does not have system administration privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also