C# Class Synchronizer, anhtoolsservice

Inheritance: ISynchronizeInvoke, IDisposable
Afficher le fichier Open project: swganhtools/anhtoolsservice Class Usage Examples

Méthodes publiques

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

Method Details

BeginInvoke() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndInvoke() public méthode

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

Invoke() public méthode

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

Synchronizer() public méthode

public Synchronizer ( ) : System
Résultat System