Open this page in the API Guide

ILicenseActivationService.Activate Method (String)

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 (25.1.0.1000)
Syntax
ActivationResult Activate(
	string manualActivationResponse
)

Parameters

manualActivationResponse
Type: System.String
The serialized activation response.

Return Value

Type: ActivationResult
An object describing the result of the operation.
Exceptions
ExceptionCondition
ArgumentExceptionmanualActivationResponse is null 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