Creates a default license request object that queries the existence of the requested license. The license can be a user license or a feature license on the IC server.

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 LicenseRequest(
	string name
)
Visual Basic
Public Sub New ( _
	name As String _
)

Parameters

name
Type: System..::..String
The name of the requested license.

Remarks

The LicenseNameAttributes class contains common IC license names to be used with the name parameter however custom strings may also be used for custom licenses.

Examples

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

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