C# Class Shared.Classes.SharedUtils

Afficher le fichier Open project: COM8/UWP-Onewheel

Méthodes publiques

Méthode Description
CallDispatcherAsync ( DispatchedHandler callback ) : Task

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

Method Details

CallDispatcherAsync() public static méthode

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.
Résultat Task