Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for previousResult parameter #141

Open
cocowalla opened this issue Mar 12, 2020 · 2 comments
Open

Docs for previousResult parameter #141

cocowalla opened this issue Mar 12, 2020 · 2 comments

Comments

@cocowalla
Copy link

I was looking for some docs on the previousResult parameter of ICommandHandler.ExecuteAsync, but I couldn't find anything.

I gather this is the last response returned by the handler, but:

  1. In what scenario might I want this?
  2. How is this result stored betwen calls?
  3. Is this the last result for the same caller, or the last result by any caller?

Thanks!

@mdg215199
Copy link

@cocowalla
Copy link
Author

Thanks, that helps a lot!

I understand now that multiple handlers can be chained in a pipeline, which I hadn't realised before. Is there any mention of this in the FunctionMonkey docs? (just trying to see if I'd missed something I shouldn't have 😄)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants