C# 클래스 Simple.Threading.ThreadDataProvider

Controls thread-based data related to the enclosing instance.
상속: IContextProvider
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
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