Interface IResourceUsageBucket
Assembly: SoCore.dll
Syntax
public interface IResourceUsageBucket
Methods
ClearUsage()
Declaration
GetResourceUsage()
Declaration
ResourceUsage GetResourceUsage()
Returns
RecordDatabaseRecords(int)
Declaration
void RecordDatabaseRecords(int records)
Parameters
Type |
Name |
Description |
int |
records |
|
RecordUsage(SoTimerType, string, Func<string>, TimeSpan, TimeSpan, int)
Declaration
void RecordUsage(SoTimerType type, string category, Func<string> getDescription, TimeSpan clockTime, TimeSpan cpuTime, int items)
Parameters
Extension Methods