C# 클래스 Audit.Util.ShellServices

파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs 1 사용 예제들

공개 메소드들

메소드 설명
ConnectLogger ( System.Windows.Forms.RichTextBox box ) : Task
Disconnect ( ) : void
Log ( string sender, string format ) : void
Schedule ( System.Action action, System.TimeSpan span ) : void
SendCommand ( IRecipeCommand message ) : void
ShellServices ( Lokad.Cqrs.SimpleMessageSender client ) : System

메소드 상세

ConnectLogger() 공개 메소드

public ConnectLogger ( System.Windows.Forms.RichTextBox box ) : Task
box System.Windows.Forms.RichTextBox
리턴 Task

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Log() 공개 메소드

public Log ( string sender, string format ) : void
sender string
format string
리턴 void

Schedule() 공개 메소드

public Schedule ( System.Action action, System.TimeSpan span ) : void
action System.Action
span System.TimeSpan
리턴 void

SendCommand() 공개 메소드

public SendCommand ( IRecipeCommand message ) : void
message IRecipeCommand
리턴 void

ShellServices() 공개 메소드

public ShellServices ( Lokad.Cqrs.SimpleMessageSender client ) : System
client Lokad.Cqrs.SimpleMessageSender
리턴 System