Class ResourceTraceWriter
Implements
Inherited Members
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public class ResourceTraceWriter : IResourceTraceWriter
Constructors
ResourceTraceWriter()
Declaration
public ResourceTraceWriter()
Methods
RecordUsage(SoTimerType, string, Func<string>, TimeSpan, TimeSpan, int)
Declaration
public void RecordUsage(SoTimerType type, string category, Func<string> getDescription, TimeSpan clockTime, TimeSpan cpuTime, int items)
Parameters
| Type | Name | Description |
|---|---|---|
| SoTimerType | type | |
| string | category | |
| Func<string> | getDescription | |
| TimeSpan | clockTime | |
| TimeSpan | cpuTime | |
| int | items |