C# Class MvvmCross.WindowsStore.Views.MvxStoreMainThreadDispatcher

Inheritance: MvxMainThreadDispatcher
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxStoreMainThreadDispatcher ( CoreDispatcher uiDispatcher ) : System
RequestMainThreadAction ( System.Action action ) : bool

Method Details

MvxStoreMainThreadDispatcher() public method

public MvxStoreMainThreadDispatcher ( CoreDispatcher uiDispatcher ) : System
uiDispatcher Windows.UI.Core.CoreDispatcher
return System

RequestMainThreadAction() public method

public RequestMainThreadAction ( System.Action action ) : bool
action System.Action
return bool