C# 클래스 Amib.Threading.CallerThreadContext

This class stores the caller call context in order to restore it when the work item is executed in the thread pool environment.
파일 보기 프로젝트 열기: SQLServerIO/TPCCBench 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( CallerThreadContext callerThreadContext ) : void

Applies the thread context stored earlier

Capture ( bool captureCallContext, bool captureHttpContext ) : CallerThreadContext

Captures the current thread context

비공개 메소드들

메소드 설명
CallerThreadContext ( ) : System

Constructor

GetHttpContextSlotName ( ) : string

메소드 상세

Apply() 공개 정적인 메소드

Applies the thread context stored earlier
public static Apply ( CallerThreadContext callerThreadContext ) : void
callerThreadContext CallerThreadContext
리턴 void

Capture() 공개 정적인 메소드

Captures the current thread context
public static Capture ( bool captureCallContext, bool captureHttpContext ) : CallerThreadContext
captureCallContext bool
captureHttpContext bool
리턴 CallerThreadContext