C# Class Exrin.Framework.Process

Afficher le fichier Open project: exrin/Exrin

Méthodes publiques

Méthode Description
ViewModelExecute ( this sender, IBaseOperation execute, [ name = "" ) : IRelayCommand
ViewModelExecute ( this sender, IViewModelExecute execute, [ name = "" ) : IRelayCommand

Private Methods

Méthode Description
ViewModelExecute ( IExecution sender, List operations, Func notifyOfActivity = null, Func notifyActivityFinished = null, Func handleUnhandledException = null, Func handleTimeout = null, int timeoutMilliseconds, IApplicationInsights insights = null, string name = "", object parameter = null ) : Task

Method Details

ViewModelExecute() public static méthode

public static ViewModelExecute ( this sender, IBaseOperation execute, [ name = "" ) : IRelayCommand
sender this
execute IBaseOperation
name [
Résultat IRelayCommand

ViewModelExecute() public static méthode

public static ViewModelExecute ( this sender, IViewModelExecute execute, [ name = "" ) : IRelayCommand
sender this
execute IViewModelExecute
name [
Résultat IRelayCommand