C# Class BuildIt.Lifecycle.UniversalUIContext

Inheritance: IUIExecutionContext
Datei anzeigen Open project: builttoroam/BuildIt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
RunOnUIThreadAsync ( Func action ) : System.Threading.Tasks.Task
UniversalUIContext ( CoreDispatcher dispatcher ) : System

Method Details

RunOnUIThreadAsync() public method

public RunOnUIThreadAsync ( Func action ) : System.Threading.Tasks.Task
action Func
return System.Threading.Tasks.Task

UniversalUIContext() public method

public UniversalUIContext ( CoreDispatcher dispatcher ) : System
dispatcher Windows.UI.Core.CoreDispatcher
return System