C# Class Audit.Util.ShellServices

Show file Open project: gnschenker/RecipesWithCqrsAndEs Class Usage Examples

Public Methods

Method Description
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

Method Details

ConnectLogger() public method

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

Disconnect() public method

public Disconnect ( ) : void
return void

Log() public method

public Log ( string sender, string format ) : void
sender string
format string
return void

Schedule() public method

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

SendCommand() public method

public SendCommand ( IRecipeCommand message ) : void
message IRecipeCommand
return void

ShellServices() public method

public ShellServices ( Lokad.Cqrs.SimpleMessageSender client ) : System
client Lokad.Cqrs.SimpleMessageSender
return System