Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Simple
Threading
ThreadDataProvider
C# Class Simple.Threading.ThreadDataProvider
Controls thread-based data related to the enclosing instance.
Inheritance:
IContextProvider
Show file
Open project: juanplopes/simple
Public Methods
Method
Description
GetStorage
( ) :
IDictionary
Gets the thread storage.
SetStorage
(
IDictionary
storage
) :
void
Method Details
GetStorage()
public
method
Gets the thread storage.
public
GetStorage
( ) :
IDictionary
return
IDictionary
SetStorage()
public
method
public
SetStorage
(
IDictionary
storage
) :
void
storage
IDictionary
return
void