App Metrics Fork me on GitHub
Show / Hide Table of Contents

Interface IReportFactory

Namespace:App.Metrics.Reporting.Abstractions
Assembly:cs.temp.dll.dll
Syntax
public interface IReportFactory

Methods

AddProvider(IReporterProvider)

Declaration
void AddProvider(IReporterProvider provider)
Parameters
Type Name Description
IReporterProvider provider

CreateReporter()

Declaration
IReporter CreateReporter()
Returns
Type Description
IReporter

CreateReporter(IScheduler)

Declaration
IReporter CreateReporter(IScheduler scheduler)
Parameters
Type Name Description
IScheduler scheduler
Returns
Type Description
IReporter
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX