Enum SoTimerType
Enumerator describing what kind of task is being timed.
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public enum SoTimerType
Fields
Name | Description |
---|---|
Ajax | Ajax method dispatched to sm.web |
Aspx | Aspx web page |
BusinessLogic | Business logic - can be used for general purposs |
Cache | Loading of caches |
Database | Dataabse operations |
Initialization | Initailization |
MethodCall | A generic method call |
Operation | An operation entered as part of enter operation context. |
ServiceMethod | Method in the service layer |
SoProtocol | SoProtocol event handled by DCF/Module |
Thread | Background thread |
ThreadWait | Waiting for a trhead to complete |
Wcf | Wcf method |