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

TakeExecutor() public method

public TakeExecutor ( ) : HandlerExecutor
return HandlerExecutor
        public HandlerExecutor TakeExecutor()
        {
            throw new NotImplementedException();
        }
DispatcherExecutorsCache