| 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.
|
| LoggingLongRunningRequestCallback |
|
| LoggingParallelRunningRequestCallback |
|
| 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.
|