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