Class SoTimerType
Enumerator describing what kind of task is being timed.
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public sealed class SoTimerType : Enum
Fields
Ajax
Ajax method dispatched to sm.web
Declaration
public const SoTimerType Ajax
Field Value
Type | Description |
---|---|
SoTimerType |
Aspx
Aspx web page
Declaration
public const SoTimerType Aspx
Field Value
Type | Description |
---|---|
SoTimerType |
BusinessLogic
Business logic - can be used for general purposs
Declaration
public const SoTimerType BusinessLogic
Field Value
Type | Description |
---|---|
SoTimerType |
Cache
Loading of caches
Declaration
public const SoTimerType Cache
Field Value
Type | Description |
---|---|
SoTimerType |
Database
Dataabse operations
Declaration
public const SoTimerType Database
Field Value
Type | Description |
---|---|
SoTimerType |
Initialization
Initailization
Declaration
public const SoTimerType Initialization
Field Value
Type | Description |
---|---|
SoTimerType |
MethodCall
A generic method call
Declaration
public const SoTimerType MethodCall
Field Value
Type | Description |
---|---|
SoTimerType |
Operation
An operation entered as part of enter operation context.
Declaration
public const SoTimerType Operation
Field Value
Type | Description |
---|---|
SoTimerType |
ServiceMethod
Method in the service layer
Declaration
public const SoTimerType ServiceMethod
Field Value
Type | Description |
---|---|
SoTimerType |
SoProtocol
SoProtocol event handled by DCF/Module
Declaration
public const SoTimerType SoProtocol
Field Value
Type | Description |
---|---|
SoTimerType |
Thread
Background thread
Declaration
public const SoTimerType Thread
Field Value
Type | Description |
---|---|
SoTimerType |
ThreadWait
Waiting for a trhead to complete
Declaration
public const SoTimerType ThreadWait
Field Value
Type | Description |
---|---|
SoTimerType |
value__
Enumerator describing what kind of task is being timed.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Wcf
Wcf method
Declaration
public const SoTimerType Wcf
Field Value
Type | Description |
---|---|
SoTimerType |
Extension Methods
EnumUtil.MapEnums<From, To>(From)