Show / Hide Table of Contents

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()
Namespace: FChoice.Common.Licensing
Assembly: FChoice.Common.dll
Syntax
public sealed class LicenseManager

Properties

Instance

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

IsInitialized

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

Methods

GetAllLicenseInformation()

Declaration
public ILicenseInfo[] GetAllLicenseInformation()
Returns
Type Description
ILicenseInfo[]

GetAllLicenseInformationXml()

Declaration
public string GetAllLicenseInformationXml()
Returns
Type Description
System.String

GetLicenseInformation(Int32)

Declaration
public ILicenseInfo GetLicenseInformation(int productId)
Parameters
Type Name Description
System.Int32 productId
Returns
Type Description
ILicenseInfo

Initialize()

Declaration
public static void Initialize()

Initialize(ILicenseTool)

Declaration
public static void Initialize(ILicenseTool licenseTool)
Parameters
Type Name Description
ILicenseTool licenseTool

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
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.