ILicenseActivationService Interface

Provides an interface for managing license activation.

Namespace:  Dundas.BI.Licensing.Activation
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public interface ILicenseActivationService

The ILicenseActivationService type exposes the following members.

Methods
  NameDescription
Public methodActivate
Initiates a license activation refresh.
Public methodActivate(String)
Refreshes the software activation using the manual refresh workflow.
Public methodDeactivate
Resets the activation data on the instance.
Public methodGenerateManualActivationRequest
Generates a manual activation refresh request.
Top
See Also