C# 클래스 qtools.Core.CLI.BaseProgram

파일 보기 프로젝트 열기: jondot/qtools

보호된 메소드들

메소드 설명
ExecuteSafely ( string subject, IQueueTools tools, IOutput output, Func action ) : bool
ExecuteSafelyForEachInput ( IInput input, IQueueTools tools, IOutput output, Func f ) : bool
Invoke ( string initialSubject, ICommand q, IQueueTools tools, IOutput output, IInput input ) : bool

메소드 상세

ExecuteSafely() 보호된 정적인 메소드

protected static ExecuteSafely ( string subject, IQueueTools tools, IOutput output, Func action ) : bool
subject string
tools IQueueTools
output IOutput
action Func
리턴 bool

ExecuteSafelyForEachInput() 보호된 정적인 메소드

protected static ExecuteSafelyForEachInput ( IInput input, IQueueTools tools, IOutput output, Func f ) : bool
input IInput
tools IQueueTools
output IOutput
f Func
리턴 bool

Invoke() 보호된 정적인 메소드

protected static Invoke ( string initialSubject, ICommand q, IQueueTools tools, IOutput output, IInput input ) : bool
initialSubject string
q ICommand
tools IQueueTools
output IOutput
input IInput
리턴 bool