Table of Contents

Struct NewActiveDestinationHealth

Namespace
Yarp.ReverseProxy.Health
Assembly
Yarp.ReverseProxy.dll

Stores a new active health state for the given destination.

public readonly struct NewActiveDestinationHealth
Inherited Members

Constructors

NewActiveDestinationHealth(DestinationState, DestinationHealth)

public NewActiveDestinationHealth(DestinationState destination, DestinationHealth newActiveHealth)

Parameters

destination DestinationState
newActiveHealth DestinationHealth

Properties

Destination

public DestinationState Destination { get; }

Property Value

DestinationState

NewActiveHealth

public DestinationHealth NewActiveHealth { get; }

Property Value

DestinationHealth