C# Class CQRSalad.Dispatching.Context.DispatcherExecutorsCache

Mostrar archivo Open project: Ontropix/CQRSalad

Public Methods

Method Description
AddExecutor ( HandlerExecutor executor ) : void
TakeExecutor ( ) : HandlerExecutor

Method Details

AddExecutor() public method

public AddExecutor ( HandlerExecutor executor ) : void
executor HandlerExecutor
return void

TakeExecutor() public method

public TakeExecutor ( ) : HandlerExecutor
return HandlerExecutor