Click or drag to resize

ILicensingProviderGetDatabaseReport Method

Gets a set of summary items representing problems or inconsistencies in the licensing database entities.

Namespace: RCS.Carbon.Licensing.Shared
Assembly: RCS.Carbon.Licensing.Shared (in RCS.Carbon.Licensing.Shared.dll) Version: 9.1.22
Syntax
C#
Task<ReportItem[]> GetDatabaseReport()

Return Value

TaskReportItem
An asynchronous Task with a Result containing an array of report items.
See Also