C# Class CQRSalad.Tests.Dispatcher.TestHandler

Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

Méthode Description
Handle ( TestCommand message ) : void
HandleAsync ( TestCommand message ) : System.Threading.Tasks.Task
HandleWithResponse ( TestCommand command ) : string
HandleWithResponseAsync ( TestCommand message ) : Task

Method Details

Handle() public méthode

public Handle ( TestCommand message ) : void
message TestCommand
Résultat void

HandleAsync() public méthode

public HandleAsync ( TestCommand message ) : System.Threading.Tasks.Task
message TestCommand
Résultat System.Threading.Tasks.Task

HandleWithResponse() public méthode

public HandleWithResponse ( TestCommand command ) : string
command TestCommand
Résultat string

HandleWithResponseAsync() public méthode

public HandleWithResponseAsync ( TestCommand message ) : Task
message TestCommand
Résultat Task