Table of Contents

Namespace Dynamicweb.Diagnostics

Classes

ExecutionTable
Represents an execution table. Add events to it and get a html table with time taken on the different events with the getExecutionTable.
NamespaceDoc
The Dynamicweb.Diagnostics namespace contains types for tracking and task management used for async task handlers.

Interfaces

IExecutionTableMapper
Handles storing the ExecutionTable for the current request.
To top