C# Class 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
Inheritance: System.Threading.SynchronizationContext
ファイルを表示 Open project: LongoMatch/longomatch

Public Methods

Method Description
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

Method Details

Post() public method

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
return void

Send() public method

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
return void