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

Class ApdexHealthCheck

Inheritance
System.Object
ApdexHealthCheck
Namespace:App.Metrics
Assembly:cs.temp.dll.dll
Syntax
public class ApdexHealthCheck : HealthCheck

Constructors

ApdexHealthCheck(Lazy<IMetrics>, AspNetMetricsOptions)

Declaration
public ApdexHealthCheck(Lazy<IMetrics> metrics, AspNetMetricsOptions options)
Parameters
Type Name Description
System.Lazy<IMetrics> metrics
AspNetMetricsOptions options

Methods

CheckAsync(CancellationToken)

Declaration
protected override Task<HealthCheckResult> CheckAsync(CancellationToken token = null)
Parameters
Type Name Description
CancellationToken token
Returns
Type Description
Task<HealthCheckResult>
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX