Interface ISystemMonitorsProviderFactory
Factory interface for creating instances of ISystemMonitorsProvider.
Namespace: Serenity.SystemConfiguration.Application.Interfaces
Assembly: Serenity.SystemConfiguration.Application.dll
Syntax
public interface ISystemMonitorsProviderFactory
Methods
Create()
Creates an instance of ISystemMonitorsProvider.
Declaration
ISystemMonitorsProvider Create()
Returns
| Type | Description |
|---|---|
| ISystemMonitorsProvider | An instance of ISystemMonitorsProvider. |