CQRSalad.Dispatching.Context.DispatcherExecutorsCache.AddExecutor C# (CSharp) Method

AddExecutor() public method

public AddExecutor ( HandlerExecutor executor ) : void
executor HandlerExecutor
return void
        public void AddExecutor(HandlerExecutor executor)
        {
            throw new NotImplementedException();
        }
    }
DispatcherExecutorsCache