Struct HealthCheck.Result
Represents the result of running a HealthCheck
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace:App.Metrics.Health
Assembly:cs.temp.dll.dll
Syntax
public struct Result
Constructors
Result(String, HealthCheckResult)
Initializes a new instance of the HealthCheck.Result struct.
Declaration
public Result(string name, HealthCheckResult check)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | A descriptive name for the health check |
HealthCheckResult | check | The result of executing a health check. |
Fields
Check
Declaration
public readonly HealthCheckResult Check
Field Value
Type | Description |
---|---|
HealthCheckResult |
Name
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
System.String |