Product.RtLicenseOptions Structure

This structure represents the options field of an RTX64 license.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public struct RtLicenseOptions

The ProductRtLicenseOptions type exposes the following members.

Fields
NameDescription
Public fieldRawThe raw options data as a string. This is for IntervalZero internal use only. Do not expect the content or layout of this string to remain constant over time.
Public fieldRtCustomerIdThe ID of the customer to which this license was issued.
Public fieldRtProcessorsIf this is an RTX64 Runtime license, this is the number of licensed real-time processors, otherwise this is undefined.
Top
See Also