Class ModuleAppErrorList
Inheritance
ModuleAppErrorList
Assembly: DataWeb.Core.dll
Syntax
public class ModuleAppErrorList : Module
Constructors
ModuleAppErrorList(Section, NavigationContext, IServiceProvider)
Declaration
public ModuleAppErrorList(Section section, NavigationContext navigationContext, IServiceProvider serviceProvider)
Parameters
Methods
GetSectionNotificationCountAsync(CancellationToken)
Retrieves the notification count from the module data.
Declaration
public override Task<long> GetSectionNotificationCountAsync(CancellationToken cancellationToken = default)
Parameters
Returns
Type |
Description |
Task<long> |
The section notification count as an asynchronous operation with a result of type long.
|
Overrides