Persistence and async/await
#7082
Unanswered
AlexeyRokhin
asked this question in
Q&A
Replies: 3 comments 9 replies
-
Ignoring any possible architecture issues for a moment. What is your use-case for this requirement ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'd like to use |
Beta Was this translation helpful? Give feedback.
3 replies
-
So what you're asking for is an overload of the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I haven't found
Persist
methods withTask
returning handlers. AllPersist...
methods accept a simpleAction<TEvent>
delegate.Persist
methods which acceptFunc<TEvent, Task>
delegate?Beta Was this translation helpful? Give feedback.
All reactions