BusinessRuleAsync and ProvideTargetWhenAsync #2307
Unanswered
mikeclimbs23
asked this question in
Questions
Replies: 1 comment 1 reply
-
Two things:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm using CSLA 5.41 with blazor and I'm starting to add some rules. One of my rules needs the object type and makes a SQL call.
I'm pulling the object type from the target, but since I'm making a SQL call within the rule I would prefer the rule be async.
Am I making a big mistake using an async rule and turning on ProvideTargetWhenAsync?
Thanks,
Mike
Beta Was this translation helpful? Give feedback.
All reactions