C# 클래스 BEHelper.AsyncContext

상속: IAsyncContext
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
AsyncContext ( ) : System.Threading

Constructor - Save the context of the creator/current thread

AsyncPost ( SendOrPostCallback callback, object state ) : void

Post a call to the specified method on the creator thread

메소드 상세

AsyncContext() 공개 메소드

Constructor - Save the context of the creator/current thread
public AsyncContext ( ) : System.Threading
리턴 System.Threading

AsyncPost() 공개 메소드

Post a call to the specified method on the creator thread
public AsyncPost ( SendOrPostCallback callback, object state ) : void
callback SendOrPostCallback Method that is to be called
state object Method parameter/state
리턴 void