C# Class MvvmCross.WindowsUWP.Views.MvxWindowsMainThreadDispatcher

Inheritance: MvxMainThreadDispatcher
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxWindowsMainThreadDispatcher ( CoreDispatcher uiDispatcher ) : System
RequestMainThreadAction ( System.Action action ) : bool

Method Details

MvxWindowsMainThreadDispatcher() public méthode

public MvxWindowsMainThreadDispatcher ( CoreDispatcher uiDispatcher ) : System
uiDispatcher Windows.UI.Core.CoreDispatcher
Résultat System

RequestMainThreadAction() public méthode

public RequestMainThreadAction ( System.Action action ) : bool
action System.Action
Résultat bool