C# Class MahTweets.Core.Events.DefaultDispatcher

Wraps the Application Dispatcher.
Inheritance: IDispatcherFacade
Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
BeginInvoke ( Delegate method, object arg ) : void

Forwards the BeginInvoke to the current application's Dispatcher.

Method Details

BeginInvoke() public method

Forwards the BeginInvoke to the current application's Dispatcher.
public BeginInvoke ( Delegate method, object arg ) : void
method System.Delegate Method to be invoked.
arg object Arguments to pass to the invoked method.
return void