C# Class Recipes.Wires.SimpleBus

Inheritance: IBus
Afficher le fichier Open project: gnschenker/RecipesWithCqrsAndEs

Méthodes publiques

Méthode Description
Dispatch ( object command, System.Action onSuccess, Action onFailure = null ) : void
SendOne ( object content ) : void
SimpleBus ( Lokad.Cqrs.SimpleMessageSender sender, SimpleDispatcher dispatcher ) : System

Method Details

Dispatch() public méthode

public Dispatch ( object command, System.Action onSuccess, Action onFailure = null ) : void
command object
onSuccess System.Action
onFailure Action
Résultat void

SendOne() public méthode

public SendOne ( object content ) : void
content object
Résultat void

SimpleBus() public méthode

public SimpleBus ( Lokad.Cqrs.SimpleMessageSender sender, SimpleDispatcher dispatcher ) : System
sender Lokad.Cqrs.SimpleMessageSender
dispatcher SimpleDispatcher
Résultat System