C# 클래스 Exrin.Framework.Process

파일 보기 프로젝트 열기: exrin/Exrin

공개 메소드들

메소드 설명
ViewModelExecute ( this sender, IBaseOperation execute, [ name = "" ) : IRelayCommand
ViewModelExecute ( this sender, IViewModelExecute execute, [ name = "" ) : IRelayCommand

비공개 메소드들

메소드 설명
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

메소드 상세

ViewModelExecute() 공개 정적인 메소드

public static ViewModelExecute ( this sender, IBaseOperation execute, [ name = "" ) : IRelayCommand
sender this
execute IBaseOperation
name [
리턴 IRelayCommand

ViewModelExecute() 공개 정적인 메소드

public static ViewModelExecute ( this sender, IViewModelExecute execute, [ name = "" ) : IRelayCommand
sender this
execute IViewModelExecute
name [
리턴 IRelayCommand