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
Afficher le fichier Open project: LongoMatch/longomatch

Méthodes publiques

Méthode Description
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

Method Details

Post() public méthode

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void

Send() public méthode

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
Résultat void