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

Class AsciiHealthCheckResult

Inheritance
System.Object
AsciiHealthCheckResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:App.Metrics.Formatting.Ascii
Assembly:cs.temp.dll.dll
Syntax
public class AsciiHealthCheckResult

Constructors

AsciiHealthCheckResult(String, String, HealthCheckStatus)

Declaration
public AsciiHealthCheckResult(string name, string message, HealthCheckStatus status)
Parameters
Type Name Description
System.String name
System.String message
HealthCheckStatus status

Properties

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Status

Declaration
public HealthCheckStatus Status { get; }
Property Value
Type Description
HealthCheckStatus

Methods

Format(TextWriter)

Declaration
public void Format(TextWriter textWriter)
Parameters
Type Name Description
TextWriter textWriter
Back to top Copyright © 2017 Allan Hardy
Generated by DocFX