Click or drag to resize

LicenseManagerGetServerLicenseModuleList Method

Returns a list of modules that the server has a license for.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<List<PsrLicenseModule>> GetServerLicenseModuleList()

Return Value

Type: TaskListPsrLicenseModule
See Also