C# 클래스 Microsoft.Extensions.Logging.TraceSource.TraceSourceScope

Provides an IDisposable that represents a logical operation scope based on System.Diagnostics LogicalOperationStack
상속: IDisposable
파일 보기 프로젝트 열기: uhaciogullari/HttpClientFactoryLite

공개 메소드들

메소드 설명
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