Click or drag to resize

LicenseManagerGetContainters Method

Get all available license containers.

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

Return Value

ISetValueTupleString, String, LicenseType
Set of available license containers.

Implements

ILicenseManagerGetContainters
See Also