Class LicenseManager
Inheritance
System.Object
LicenseManager
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()
Assembly: FChoice.Common.dll
Syntax
public sealed class LicenseManager
Properties
Instance
Declaration
public static LicenseManager Instance { get; }
Property Value
IsInitialized
Declaration
public static bool IsInitialized { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Declaration
public ILicenseInfo[] GetAllLicenseInformation()
Returns
Declaration
public string GetAllLicenseInformationXml()
Returns
Type |
Description |
System.String |
|
Declaration
public ILicenseInfo GetLicenseInformation(int productId)
Parameters
Type |
Name |
Description |
System.Int32 |
productId |
|
Returns
Initialize()
Declaration
public static void Initialize()
Declaration
public static void Initialize(ILicenseTool licenseTool)
Parameters
RefreshLicensing()
Declaration
public void RefreshLicensing()
ReleaseLicenses(Object)
Declaration
public void ReleaseLicenses(object context)
Parameters
Type |
Name |
Description |
System.Object |
context |
|
ReserveLicense(Object, Int32)
Declaration
public void ReserveLicense(object context, int productId)
Parameters
Type |
Name |
Description |
System.Object |
context |
|
System.Int32 |
productId |
|
ReserveLicense(Object, Int32[])
Declaration
public void ReserveLicense(object context, int[] productIds)
Parameters
Type |
Name |
Description |
System.Object |
context |
|
System.Int32[] |
productIds |
|
VerifyLicense(Int32)
Declaration
public bool VerifyLicense(int productId)
Parameters
Type |
Name |
Description |
System.Int32 |
productId |
|
Returns
Type |
Description |
System.Boolean |
|