C# 클래스 Simple.Threading.GenericContextProvider

상속: IContextProvider
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
GenericContextProvider ( IDictionary>.Func getter, IDictionary>.Action setter ) : System
GenericContextProvider ( Func dic ) : System
GetStorage ( ) : IDictionary
SetStorage ( IDictionary storage ) : void

메소드 상세

GenericContextProvider() 공개 메소드

public GenericContextProvider ( IDictionary>.Func getter, IDictionary>.Action setter ) : System
getter IDictionary>.Func
setter IDictionary>.Action
리턴 System

GenericContextProvider() 공개 메소드

public GenericContextProvider ( Func dic ) : System
dic Func
리턴 System

GetStorage() 공개 메소드

public GetStorage ( ) : IDictionary
리턴 IDictionary

SetStorage() 공개 메소드

public SetStorage ( IDictionary storage ) : void
storage IDictionary
리턴 void