ILicenseActivationServiceActivate(String) Method |
Refreshes the software activation using the manual refresh workflow.
Namespace: Dundas.BI.Licensing.ActivationAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxActivationResult Activate(
string manualActivationResponse
)
Function Activate (
manualActivationResponse As String
) As ActivationResult
ActivationResult^ Activate(
String^ manualActivationResponse
)
abstract Activate :
manualActivationResponse : string -> ActivationResult Parameters
- manualActivationResponse String
- The serialized activation response.
Return Value
ActivationResultAn object describing the result of the operation.
Exceptions
See Also