C# Класс Microsoft.Extensions.Logging.TraceSource.TraceSourceScope

Provides an IDisposable that represents a logical operation scope based on System.Diagnostics LogicalOperationStack
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Pops a state off the LogicalOperationStack by calling CorrelationManager.StopLogicalOperation()

TraceSourceScope ( object state ) : System

Pushes state onto the LogicalOperationStack by calling CorrelationManager.StartLogicalOperation(object)

Описание методов

Dispose() публичный Метод

Pops a state off the LogicalOperationStack by calling CorrelationManager.StopLogicalOperation()
public Dispose ( ) : void
Результат void

TraceSourceScope() публичный Метод

Pushes state onto the LogicalOperationStack by calling CorrelationManager.StartLogicalOperation(object)
public TraceSourceScope ( object state ) : System
state object The state.
Результат System