Share via


IForwarderTelemetryConsumer.OnForwarderStop(DateTime, Int32) Method

Definition

Called after forwarding a request.

public virtual void OnForwarderStop(DateTime timestamp, int statusCode);
abstract member OnForwarderStop : DateTime * int -> unit
override this.OnForwarderStop : DateTime * int -> unit
Public Overridable Sub OnForwarderStop (timestamp As DateTime, statusCode As Integer)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

statusCode
Int32

The status code returned in the response.

Applies to