Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
LogViewer
Utilities
UiDispatcher
C# Class LogViewer.Utilities.UiDispatcher
A simple helper class that gives a way to run things on the UI thread. The app must call Initialize once during app start, using inside OnLaunch.
Afficher le fichier
Open project: Dronacharya-Org/Dronacharya
Class Usage Examples
Méthodes publiques
Méthode
Description
Initialize
( ) :
void
RunOnUIThread
(
System.Action
a
) :
void
Method Details
Initialize()
public
static
méthode
public
static
Initialize
( ) :
void
Résultat
void
RunOnUIThread()
public
static
méthode
public
static
RunOnUIThread
(
System.Action
a
) :
void
a
System.Action
Résultat
void