C# Class CQRSalad.Tests.Dispatcher.TestHandler

Show file Open project: Ontropix/CQRSalad

Public Methods

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

Method Details

Handle() public method

public Handle ( TestCommand message ) : void
message TestCommand
return void

HandleAsync() public method

public HandleAsync ( TestCommand message ) : System.Threading.Tasks.Task
message TestCommand
return System.Threading.Tasks.Task

HandleWithResponse() public method

public HandleWithResponse ( TestCommand command ) : string
command TestCommand
return string

HandleWithResponseAsync() public method

public HandleWithResponseAsync ( TestCommand message ) : Task
message TestCommand
return Task