C# 클래스 Simple.SimpleContext

상속: ILogicalThreadAffinative
파일 보기 프로젝트 열기: juanplopes/simple 1 사용 예제들

공개 메소드들

메소드 설명
Exists ( ) : bool
Force ( SimpleContext context ) : void
Get ( ) : SimpleContext
SwitchProvider ( IContextProvider newProvider ) : void
WithUsername ( string username ) : IDisposable

비공개 메소드들

메소드 설명
SimpleContext ( ) : System

메소드 상세

Exists() 공개 정적인 메소드

public static Exists ( ) : bool
리턴 bool

Force() 공개 정적인 메소드

public static Force ( SimpleContext context ) : void
context SimpleContext
리턴 void

Get() 공개 정적인 메소드

public static Get ( ) : SimpleContext
리턴 SimpleContext

SwitchProvider() 공개 정적인 메소드

public static SwitchProvider ( IContextProvider newProvider ) : void
newProvider IContextProvider
리턴 void

WithUsername() 공개 메소드

public WithUsername ( string username ) : IDisposable
username string
리턴 IDisposable