IForwarderTelemetryConsumer.OnForwarderStop(DateTime, Int32) 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 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.