Share via


IHttpTelemetryConsumer.OnRequestLeftQueue Method

Definition

Called when a request that hit the MaxConnectionsPerServer or MAX_CONCURRENT_STREAMS limit leaves the queue.

public virtual void OnRequestLeftQueue(DateTime timestamp, TimeSpan timeOnQueue, int versionMajor, int versionMinor);
abstract member OnRequestLeftQueue : DateTime * TimeSpan * int * int -> unit
override this.OnRequestLeftQueue : DateTime * TimeSpan * int * int -> unit
Public Overridable Sub OnRequestLeftQueue (timestamp As DateTime, timeOnQueue As TimeSpan, versionMajor As Integer, versionMinor As Integer)

Parameters

timestamp
DateTime

Timestamp when the event was fired.

timeOnQueue
TimeSpan

Time spent on queue.

versionMajor
Int32

Major component of the request's HTTP version.

versionMinor
Int32

Minor component of the request's HTTP version.

Applies to