C# Class gbrainy.Clients.Classical.GtkSynchronize

Inheritance: System.ComponentModel.ISynchronizeInvoke
Afficher le fichier Open project: GNOME/gbrainy

Méthodes publiques

Méthode Description
BeginInvoke ( Delegate method, object args ) : IAsyncResult
EndInvoke ( IAsyncResult result ) : object
GtkSynchronize ( ) : System
Invoke ( Delegate method, object args ) : object

Method Details

BeginInvoke() public méthode

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
Résultat IAsyncResult

EndInvoke() public méthode

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
Résultat object

GtkSynchronize() public méthode

public GtkSynchronize ( ) : System
Résultat System

Invoke() public méthode

public Invoke ( Delegate method, object args ) : object
method System.Delegate
args object
Résultat object