Show / Hide Table of Contents

Struct NewActiveDestinationHealth

Stores a new active health state for the given destination.

Namespace: Yarp.ReverseProxy.Health
Assembly: Yarp.ReverseProxy.dll
Syntax
public readonly struct NewActiveDestinationHealth

Constructors

| Improve this Doc View Source

NewActiveDestinationHealth(DestinationState, DestinationHealth)

Declaration
public NewActiveDestinationHealth(DestinationState destination, DestinationHealth newActiveHealth)
Parameters
Type Name Description
DestinationState destination
DestinationHealth newActiveHealth

Properties

| Improve this Doc View Source

Destination

Declaration
public readonly DestinationState Destination { get; }
Property Value
Type Description
DestinationState
| Improve this Doc View Source

NewActiveHealth

Declaration
public readonly DestinationHealth NewActiveHealth { get; }
Property Value
Type Description
DestinationHealth
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX