IHttpTelemetryConsumer.OnRequestLeftQueue 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 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.