C# 클래스 LongoMatch.GtkSynchronizationContext

Gtk synchronization context that continues tasks in the main UI thread instead of a random thread from the pool. http://blogs.msdn.com/b/pfxteam/archive/2012/01/20/10259049.aspx
상속: System.Threading.SynchronizationContext
파일 보기 프로젝트 열기: LongoMatch/longomatch

공개 메소드들

메소드 설명
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

메소드 상세

Post() 공개 메소드

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
리턴 void

Send() 공개 메소드

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
리턴 void