| Interface | Description |
|---|---|
| ILongRunningRequestCallback |
Callback interface to be implemented to get notified on long running
requests.
|
| IParallelRunningRequestCallback |
Callback interface to be implemented to get notified when a certain amount of
parallel requests are present. requests.
|
| Class | Description |
|---|---|
| LoggingLongRunningRequestCallback |
A simple implementation of
ILongRunningRequestCallback simply logging
such events. |
| LoggingParallelRunningRequestCallback |
A simple implementation of
IParallelRunningRequestCallback simply
logging such events. |
| RequestTracker |
This is the entry point for request time monitoring.
|
| RequestTrackingManager |
The request time manager manages all currently running requests.
|
| TrackedRequest |
This class represents a single tracked request.
|
Copyright © 2017–2019 Philip Helger. All rights reserved.