C# Class Shared.Classes.SharedUtils

显示文件 Open project: COM8/UWP-Onewheel

Public Methods

Method Description
CallDispatcherAsync ( DispatchedHandler callback ) : Task

Calls the UI thread dispatcher and executes the given callback on it.

Method Details

CallDispatcherAsync() public static method

Calls the UI thread dispatcher and executes the given callback on it.
public static CallDispatcherAsync ( DispatchedHandler callback ) : Task
callback DispatchedHandler The callback that should be executed in the UI thread.
return Task