Replies: 1 comment 3 replies
-
Well... Because of that the return type is different. Friendly reminder that .net maui is open source, take advantage of that and explore (; |
Beta Was this translation helpful? Give feedback.
3 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.
-
I noticed That
IDispatcher.Dispatch
method returns boolean. And documentation makes sense "true when the action has been dispatched successfully, otherwise false"On the other hand
IDispatcher.DispatchAsync
doesn't have a return value. Still the documentation says "true if the operation in funcTask was dispatched successfully, otherwise false"Is the documentation wrong regarding DispatchAsync?
Beta Was this translation helpful? Give feedback.
All reactions