Class CloudLicenseMonitor
Inheritance
System.Object
CloudLicenseMonitor
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Licensing.Internal
Assembly: EPiServer.Licensing.dll
Version: 11.20.7Syntax
public class CloudLicenseMonitor : 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()
Explicit Interface Implementations
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable