C# Class Enigma.Wpf.Execute

Exibir arquivo Open project: onethawt/enigma-d3

Public Methods

Method Description
OnUIThread ( System.Action action ) : void
OnUIThreadAsync ( System.Action action ) : System.Threading.Tasks.Task

Method Details

OnUIThread() public static method

public static OnUIThread ( System.Action action ) : void
action System.Action
return void

OnUIThreadAsync() public static method

public static OnUIThreadAsync ( System.Action action ) : System.Threading.Tasks.Task
action System.Action
return System.Threading.Tasks.Task