C# Class BuildIt.UIHelper

Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method 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 method

public static RegisterForUIAccess ( this requiresAccess, IRequiresUIAccess hasAccess ) : void
requiresAccess this
hasAccess IRequiresUIAccess
return void

RunAsync() public static method

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

RunAsync() public static method

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