C# Class Synchronizer, anhtoolsservice

Inheritance: ISynchronizeInvoke, IDisposable
Datei anzeigen Open project: swganhtools/anhtoolsservice Class Usage Examples

Public Methods

Method 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 method

public BeginInvoke ( Delegate method, object args ) : IAsyncResult
method Delegate
args object
return IAsyncResult

Dispose() public method

public Dispose ( ) : void
return void

EndInvoke() public method

public EndInvoke ( IAsyncResult result ) : object
result IAsyncResult
return object

Invoke() public method

public Invoke ( Delegate method, object args ) : object
method Delegate
args object
return object

Synchronizer() public method

public Synchronizer ( ) : System
return System