C# Класс Simple.Threading.ThreadDataProvider

Controls thread-based data related to the enclosing instance.
Наследование: IContextProvider
Показать файл Открыть проект

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

Метод Описание
GetStorage ( ) : IDictionary

Gets the thread storage.

SetStorage ( IDictionary storage ) : void

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

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

Gets the thread storage.
public GetStorage ( ) : IDictionary
Результат IDictionary

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

public SetStorage ( IDictionary storage ) : void
storage IDictionary
Результат void