Struct NewActiveDestinationHealth
Stores a new active health state for the given destination.
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
Properties
|
Improve this Doc
View Source
Destination
Declaration
public readonly DestinationState Destination { get; }
Property Value
|
Improve this Doc
View Source
NewActiveHealth
Declaration
public readonly DestinationHealth NewActiveHealth { get; }
Property Value