This class implements a license request operation.

Namespace: ININ.IceLib.People
Assembly: ININ.IceLib.People (in ININ.IceLib.People.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class LicenseRequest
Visual Basic
Public Class LicenseRequest

Remarks

Objects of this class are used to perform license operation requests. The license requests that can be performed are query, request, replace, and release. This class can be used to query, request, replace, and release user licenses as well as query feature licenses on the IC server.

Examples

The IceLib SDK includes example application references to the LicenseRequest class. Some examples are listed below.
ProjectLocation
TutorialExampleSystemStatisticsViewModel.cs, line 59, in SystemStatisticsViewModel.SessionConnectionStateChanged
StatisticCatalogViewModel.cs, line 146, in StatisticCatalogViewModel.SessionConnectionStateChanged

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.People..::..LicenseRequest

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also