C# Class BuildIt.Lifecycle.UniversalUIContext

Inheritance: IUIExecutionContext
Afficher le fichier Open project: builttoroam/BuildIt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
RunOnUIThreadAsync ( Func action ) : System.Threading.Tasks.Task
UniversalUIContext ( CoreDispatcher dispatcher ) : System

Method Details

RunOnUIThreadAsync() public méthode

public RunOnUIThreadAsync ( Func action ) : System.Threading.Tasks.Task
action Func
Résultat System.Threading.Tasks.Task

UniversalUIContext() public méthode

public UniversalUIContext ( CoreDispatcher dispatcher ) : System
dispatcher Windows.UI.Core.CoreDispatcher
Résultat System