IForwarderTelemetryConsumer.OnForwarderFailed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before OnForwarderStop(DateTime, Int32) if forwarding the request failed.
public virtual void OnForwarderFailed(DateTime timestamp, Yarp.ReverseProxy.Forwarder.ForwarderError error);
abstract member OnForwarderFailed : DateTime * Yarp.ReverseProxy.Forwarder.ForwarderError -> unit
override this.OnForwarderFailed : DateTime * Yarp.ReverseProxy.Forwarder.ForwarderError -> unit
Public Overridable Sub OnForwarderFailed (timestamp As DateTime, error As ForwarderError)
Parameters
- timestamp
- DateTime
Timestamp when the event was fired.
- error
- ForwarderError
ForwarderError information for the forwarding failure.