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.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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