C# Class Orc.NuGetExplorer.DispatchHelper

Afficher le fichier Open project: WildGums/Orc.NuGetExplorer Class Usage Examples

Méthodes publiques

Méthode Description
DispatchIfNecessaryAsync ( System.Action action ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
InvokeAsync ( this dispatcher, System.Action action ) : System.Threading.Tasks.Task

Executes the specified delegate asynchronously with the specified arguments on the thread that the Dispatcher was created on.

Method Details

DispatchIfNecessaryAsync() public static méthode

public static DispatchIfNecessaryAsync ( System.Action action ) : System.Threading.Tasks.Task
action System.Action
Résultat System.Threading.Tasks.Task