Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Specifies the kind of tracing operation.
Namespace: System.Web.Http.Tracing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Enumeration TraceKind
'Usage
Dim instance As TraceKind
public enum TraceKind
public enum class TraceKind
type TraceKind
public enum TraceKind
Members
| Member name | Description | |
|---|---|---|
| Trace | Single trace, not part of a Begin/End trace pair. | |
| Begin | Trace marking the beginning of some operation. | |
| End | Trace marking the end of some operation. |