Class CloudLicenseMonitor
Inheritance
System.Object
CloudLicenseMonitor
Implements
System.IDisposable
Namespace: EPiServer.Licensing.Internal
Assembly: EPiServer.Licensing.dll
Version: 12.0.3Syntax
public class CloudLicenseMonitor : Object, IDisposable
Constructors
CloudLicenseMonitor(String, Boolean)
Declaration
public CloudLicenseMonitor(string accessKey, bool skipProductLicenseCheck)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | accessKey | |
| System.Boolean | skipProductLicenseCheck |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing |
GetValidationResults(TimeSpan)
Declaration
public ValidationResult GetValidationResults(TimeSpan gracePeriod)
Parameters
| Type | Name | Description |
|---|---|---|
| System.TimeSpan | gracePeriod |
Returns
| Type | Description |
|---|---|
| ValidationResult |
Ping()
Declaration
public void Ping()
Run()
Declaration
public void Run()
Stop()
Declaration
public void Stop()
Implements
System.IDisposable