Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Simple
Threading
ThreadDataProvider
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