SaaS CMS has officially launched! Learn more now.

Class CloudLicenseRuntime

Inheritance
System.Object
CloudLicenseRuntime
Namespace: EPiServer.Licensing
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public sealed class CloudLicenseRuntime : Object

Constructors

CloudLicenseRuntime()

Declaration
public CloudLicenseRuntime()

Properties

Instance

Declaration
public static CloudLicenseRuntime Instance { get; }
Property Value
Type Description
CloudLicenseRuntime

IsRunning

Declaration
public bool IsRunning { get; }
Property Value
Type Description
System.Boolean

Methods

CallHome()

Declaration
public void CallHome()

GetValidationResults(TimeSpan)

Declaration
public ValidationResult GetValidationResults(TimeSpan gracePeriod)
Parameters
Type Name Description
System.TimeSpan gracePeriod
Returns
Type Description
ValidationResult

Run(String)

Declaration
public void Run(string accesskey)
Parameters
Type Name Description
System.String accesskey

Extension Methods