Click or drag to resize

LicenseType Enumeration

The type of an ice.NET runtime license.

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum LicenseType
Members
  Member nameValueDescription
NamedUsers0 The license allows a specific number of user accounts.
ActiveNamedUsers1 The license allows a specific number of acivated user accounts. If a user is inactivated it still counts as active in terms of licensing for a period of 24 hours.
ConcurrentUsers2 The license allows a specific number of concurrent users.
ServerUnlimited3 The license is not restricted regarding the number of users.
See Also