Click or drag to resize

ILicenseManagerGetContainters Method

Get all available license containers.

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
ISet<(string ID, string Status, LicenseType Type)> GetContainters()

Return Value

ISetValueTupleString, String, LicenseType
Set of available license containers.
See Also