C# Class Audit.Util.ShellServices

Afficher le fichier Open project: gnschenker/RecipesWithCqrsAndEs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ConnectLogger ( System.Windows.Forms.RichTextBox box ) : Task
box System.Windows.Forms.RichTextBox
Résultat Task

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Log() public méthode

public Log ( string sender, string format ) : void
sender string
format string
Résultat void

Schedule() public méthode

public Schedule ( System.Action action, System.TimeSpan span ) : void
action System.Action
span System.TimeSpan
Résultat void

SendCommand() public méthode

public SendCommand ( IRecipeCommand message ) : void
message IRecipeCommand
Résultat void

ShellServices() public méthode

public ShellServices ( Lokad.Cqrs.SimpleMessageSender client ) : System
client Lokad.Cqrs.SimpleMessageSender
Résultat System