C# Class Simple.Threading.ThreadDataProvider

Controls thread-based data related to the enclosing instance.
Inheritance: IContextProvider
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
GetStorage ( ) : IDictionary

Gets the thread storage.

SetStorage ( IDictionary storage ) : void

Method Details

GetStorage() public méthode

Gets the thread storage.
public GetStorage ( ) : IDictionary
Résultat IDictionary

SetStorage() public méthode

public SetStorage ( IDictionary storage ) : void
storage IDictionary
Résultat void