C# Class BuildIt.UIHelper

Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode Description
RegisterForUIAccess ( this requiresAccess, IRequiresUIAccess hasAccess ) : void
RunAsync ( this context, System.Action action ) : System.Threading.Tasks.Task
RunAsync ( this context, Func action ) : System.Threading.Tasks.Task

Method Details

RegisterForUIAccess() public static méthode

public static RegisterForUIAccess ( this requiresAccess, IRequiresUIAccess hasAccess ) : void
requiresAccess this
hasAccess IRequiresUIAccess
Résultat void

RunAsync() public static méthode

public static RunAsync ( this context, System.Action action ) : System.Threading.Tasks.Task
context this
action System.Action
Résultat System.Threading.Tasks.Task

RunAsync() public static méthode

public static RunAsync ( this context, Func action ) : System.Threading.Tasks.Task
context this
action Func
Résultat System.Threading.Tasks.Task