Struct HealthCheckResponse
Assembly: cs.temp.dll.dll
Syntax
public struct HealthCheckResponse : IEquatable<HealthCheckResponse>, IWrappedValue<HealthCheck>
Constructors
HealthCheckResponse(HealthCheck)
Declaration
public HealthCheckResponse(HealthCheck value)
Parameters
Properties
WrappedValue
Declaration
public HealthCheck WrappedValue { get; set; }
Property Value
Methods
Equals(HealthCheckResponse)
Declaration
public bool Equals(HealthCheckResponse other)
Parameters
Returns
Operators
Implicit(HealthCheck to HealthCheckResponse)
Declaration
public static implicit operator HealthCheckResponse(HealthCheck value)
Parameters
Returns
Implicit(HealthCheckResponse to HealthCheck)
Declaration
public static implicit operator HealthCheck(HealthCheckResponse wrapper)
Parameters
Returns
Implements