C# Class Microsoft.Practices.Prism.Events.DefaultDispatcher

Wraps the Application Dispatcher.
Inheritance: IDispatcherFacade
Afficher le fichier Open project: xperiandri/PortablePrism Class Usage Examples

Méthodes publiques

Méthode Description
BeginInvoke ( Delegate method ) : System.Threading.Tasks.Task

Forwards the BeginInvoke to the current deployment's System.Windows.Threading.Dispatcher.

Method Details

BeginInvoke() public méthode

Forwards the BeginInvoke to the current deployment's System.Windows.Threading.Dispatcher.
public BeginInvoke ( Delegate method ) : System.Threading.Tasks.Task
method System.Delegate Method to be invoked.
Résultat System.Threading.Tasks.Task