ILicenseActivationServiceActivate 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.3.0.1000)
SyntaxActivationResult Activate(
	string manualActivationResponse
)
Function Activate ( 
	manualActivationResponse As String
) As ActivationResult
ActivationResult^ Activate(
	String^ manualActivationResponse
)
abstract Activate : 
        manualActivationResponse : string -> ActivationResult 
Parameters
- manualActivationResponse
 - Type: SystemString
The serialized activation response. 
Return Value
Type: 
ActivationResultAn object describing the result of the operation.
Exceptions
See Also