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 (24.3.0.1000)
Syntax
public interface ILicenseActivationService

The ILicenseActivationService type exposes the following members.

Properties
  NameDescription
Public propertyActivationServerUrl
Gets the URL to be used when refreshing the license activation.
Public propertyIsAppInitiatedActivationOperational
Gets a value indicating whether application-initiated activation refresh was recently able to successfully make contact with the update server.
Top
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